Library | File

Class pfcImportFeatAttr

# include <pfcModel.h>

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



Description

This specifies the information for importing a feature.



Method Summary

static pfcImportFeatAttr_ptrCreate ()
Creates a new import feature attributes object - the attributes for creation of the new import feature.
xboolGetJoinSurfs ()
voidSetJoinSurfs (xbool value)
This bool attribute indicates if the surfaces whih do not quite meet will be joined or not.
xboolGetMakeSolid ()
voidSetMakeSolid (xbool value)
This bool attribute indicates if solids will be made from every closed quilt.
pfcOperationTypeGetOperation ()
voidSetOperation (pfcOperationType value)
Operation to apply when making solid.



Method Detail

xboolGetJoinSurfs ()
voidSetJoinSurfs (xbool value)

This bool attribute indicates if the surfaces whih do not quite meet will be joined or not.




xboolGetMakeSolid ()
voidSetMakeSolid (xbool value)

This bool attribute indicates if solids will be made from every closed quilt.




pfcOperationTypeGetOperation ()
voidSetOperation (pfcOperationType value)

Operation to apply when making solid.




static pfcImportFeatAttr_ptrCreate ()

Creates a new import feature attributes object - the attributes for creation of the new import feature.

The return value must be passed to pfcSolid::CreateImportFeat(pfcIntfDataSource_ptr, optional pfcCoordSystem_ptr, optional pfcImportFeatAttr_ptr) .
Returns:
The new import feature attributes object