Library | Module

Interface IpfcImportFeatAttr



Description

This specifies the information for importing a feature.



Property Summary

PropertyJoinSurfsas Boolean
This bool attribute indicates if the surfaces whih do not quite meet will be joined or not.
PropertyMakeSolidas Boolean
This bool attribute indicates if solids will be made from every closed quilt.
PropertyOperationas IpfcOperationType
Operation to apply when making solid.



Method Summary

FunctionCCpfcImportFeatAttr.Create () as IpfcImportFeatAttr
Creates a new import feature attributes object - the attributes for creation of the new import feature.



Property Detail


PropertyJoinSurfsas Boolean

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




PropertyMakeSolidas Boolean

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




PropertyOperationas IpfcOperationType

Operation to apply when making solid.





Method Detail


FunctionCCpfcImportFeatAttr.Create () as IpfcImportFeatAttr

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