Library | Package Java Toolkit

Interface OffsetXSectionData

package com.ptc.wfc.wfcXSection;

public interface OffsetXSectionData
  extends jxobject



Description

Gives information about offset cross section



Method Summary
booleanGetFlip ()
    Get method for attribute "Flip"
     If true keep this area and remove the rest of the material. If false remove material from the left of the oriented entities relative to the positive normal to entity plane If false and OffsetXSectionData.GetOneSided() is also true remove material only from one side of entity plane opposite to its normal
booleanGetOneSided ()
    Get method for attribute "OneSided"
     Returns true If cross Section is on one side of entity plane
Transform3DGetPlaneData ()
    Get method for attribute "PlaneData"
    Gets information about datum plane
SectionEntitiesGetXSectionLines ()
    Get method for attribute "XSectionLines"
     Gets SectionEntityLine object describing line segments in cross section

Method Detail

GetXSectionLines

SectionEntitiesGetXSectionLines ()


     Gets SectionEntityLine object describing line segments in cross section
Manual References:
Cross Sections: Extracting Cross-Sectional Geometry, Cross Sections: Extracting Cross-Sectional Geometry



GetPlaneData

Transform3DGetPlaneData ()


    Gets information about datum plane
Manual References:
Cross Sections: Extracting Cross-Sectional Geometry, Cross Sections: Extracting Cross-Sectional Geometry



GetOneSided

booleanGetOneSided ()


     Returns true If cross Section is on one side of entity plane
Manual References:
Cross Sections: Extracting Cross-Sectional Geometry, Cross Sections: Extracting Cross-Sectional Geometry



GetFlip

booleanGetFlip ()


     If true keep this area and remove the rest of the material. If false remove material from the left of the oriented entities relative to the positive normal to entity plane If false and OffsetXSectionData.GetOneSided() is also true remove material only from one side of entity plane opposite to its normal
Manual References:
Cross Sections: Extracting Cross-Sectional Geometry, Cross Sections: Extracting Cross-Sectional Geometry