Library | File

Class wfcXSectionComponents

# include <wfcXSection.h>

class wfcXSectionComponents
 : public virtual xobject
{
    xdeclare(wfcXSectionComponents)
    ...
};
This is a COMPACT class.



Description

Interface for excluding or including components from cross section



Method Summary

static wfcXSectionComponents_ptrCreate (pfcComponentPaths_ptr Components, xbool Exclude)
Returns wfcXSectionComponents object
pfcComponentPaths_ptrGetComponents ()
voidSetComponents (pfcComponentPaths_ptr value)
Sequence of componets to exclude or include from cross section defination
xboolGetExclude ()
voidSetExclude (xbool value)
Pass true to exclude components and xfalse to include



Method Detail

pfcComponentPaths_ptrGetComponents ()
voidSetComponents (pfcComponentPaths_ptr value)

Sequence of componets to exclude or include from cross section defination




xboolGetExclude ()
voidSetExclude (xbool value)

Pass true to exclude components and xfalse to include




static wfcXSectionComponents_ptrCreate (pfcComponentPaths_ptr Components, xbool Exclude)

Returns wfcXSectionComponents object
Parameters:
Components
Sequence of componets to exclude or include from cross section defination
Exclude
Pass true to exclude components and xfalse to include
Returns:
wfcXSectionHatch