API Documentation > Classes > Class pfcImportFeatAttr
Class pfcImportFeatAttr
Description
This specifies the information for importing a feature.
User Guide References:
Property Summary
boolean
This bool attribute indicates if the surfaces whih do not quite meet will be joined or not.
boolean
This bool attribute indicates if solids will be made from every closed quilt.
Operation to apply when making solid.
Method Summary
Creates a new import feature attributes object - the attributes for creation of the new import feature.
Property Detail
boolean
JoinSurfs
This bool attribute indicates if the surfaces whih do not quite meet will be joined or not.
boolean
MakeSolid
This bool attribute indicates if solids will be made from every closed quilt.
Operation to apply when making solid.
Method Detail
Create
()
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() .
Returns:
The new import feature attributes object
Was this helpful?