API Documentation > Classes > Interface IpfcImportFeatAttr
Interface IpfcImportFeatAttr
Description
This specifies the information for importing a feature.
Property Summary
Property
as Boolean
This bool attribute indicates if the surfaces whih do not quite meet will be joined or not.
Property
as Boolean
This bool attribute indicates if solids will be made from every closed quilt.
Property
Operation to apply when making solid.
Method Summary
Function
Creates a new import feature attributes object - the attributes for creation of the new import feature.
Property Detail
Property
JoinSurfs
as Boolean
This bool attribute indicates if the surfaces whih do not quite meet will be joined or not.
Property
MakeSolid
as Boolean
This bool attribute indicates if solids will be made from every closed quilt.
Property
Operation
Operation to apply when making solid.
Method Detail
Function
CCpfcImportFeatAttr.Create
Creates a new import feature attributes object - the attributes for creation of the new import feature.
The return value must be passed to IpfcSolid.CreateImportFeat() .
Returns:
The new import feature attributes object
Was this helpful?