Library | Package Java Toolkit

Interface XSectionComponents

SUCCESSOR(S): XSectionExcludeItems

package com.ptc.wfc.wfcXSection;

public interface XSectionComponents
  extends jxobject



Description

Interface for excluding or including components from cross section



Method Summary
ComponentPathsGetComponents ()
    Get method for attribute "Components"
     Sequence of componets to exclude or include from cross section defination
booleanGetExclude ()
    Get method for attribute "Exclude"
     Pass true to exclude components and xfalse to include
voidSetComponents (ComponentPaths value)
    Set method for attribute "Components"
     Sequence of componets to exclude or include from cross section defination
voidSetExclude (boolean value)
    Set method for attribute "Exclude"
     Pass true to exclude components and xfalse to include

Method Detail

GetComponents/SetComponents

ComponentPathsGetComponents ()
voidSetComponents (ComponentPaths value)


     Sequence of componets to exclude or include from cross section defination
Manual References:
Cross Sections: Extracting Cross-Sectional Geometry, Cross Sections: Extracting Cross-Sectional Geometry, Cross Sections: Extracting Cross-Sectional Geometry, Cross Sections: Extracting Cross-Sectional Geometry



GetExclude/SetExclude

booleanGetExclude ()
voidSetExclude (boolean value)


     Pass true to exclude components and xfalse to include
Manual References:
Cross Sections: Extracting Cross-Sectional Geometry, Cross Sections: Extracting Cross-Sectional Geometry, Cross Sections: Extracting Cross-Sectional Geometry, Cross Sections: Extracting Cross-Sectional Geometry