API Documentation > Classes > Interface IpfcShrinkwrapModelExportInstructions
Interface IpfcShrinkwrapModelExportInstructions
Description
This interface contains the instructions used for export of a solid model to a shrinkwrap format.
See Also:
Direct Parent Classes:
Direct Known Subclasses:
User Guide References:
Property Summary
Property
as Boolean [optional]
true to calculate mass properties for the shrinkwrap model of SmallSurfPercentage, false or null otherwise.
Property
as Boolean [optional]
true or null to fill voids located entirely inside the outer boundary of the shrinkwrap model, false otherwise.
Property
as IpfcSelections [optional]
Sequence of datum references used in the shrinkwrap export.
Property
as Boolean [optional]
true or null to ignore quilts, false otherwise.
Property
as Boolean [optional]
true or null to ignore the contents of the skeleton model (if present), false otherwise.
Property
as Boolean [optional]
true to ignore surfaces smaller than the value of SmallSurfPercentage, false or null otherwise.
Property
Indicates the method used to perform the shrinkwrap export.
Property
as Long [optional]
The export quality. 1 produces the coarsest representation surfaces, while 10 produces the finest. If null, a quality of 1 will be used.
Property
as Double [optional]
Surfaces smaller than this percentage with respect to the model size will not be exported, if IgnoreSmallSurfaces is true.
Property Detail
Property
AssignMassProperties
as Boolean [optional]
true to calculate mass properties for the shrinkwrap model of SmallSurfPercentage, false or null otherwise.
Property
AutoHoleFilling
as Boolean [optional]
true or null to fill voids located entirely inside the outer boundary of the shrinkwrap model, false otherwise.
Property
DatumReferences
as IpfcSelections [optional]
Sequence of datum references used in the shrinkwrap export.
Property
IgnoreQuilts
as Boolean [optional]
true or null to ignore quilts, false otherwise.
Property
IgnoreSkeleton
as Boolean [optional]
true or null to ignore the contents of the skeleton model (if present), false otherwise.
Property
IgnoreSmallSurfaces
as Boolean [optional]
true to ignore surfaces smaller than the value of SmallSurfPercentage, false or null otherwise.
Property
Method
Indicates the method used to perform the shrinkwrap export.
Property
Quality
as Long [optional]
The export quality. 1 produces the coarsest representation surfaces, while 10 produces the finest. If null, a quality of 1 will be used.
Property
SmallSurfPercentage
as Double [optional]
Surfaces smaller than this percentage with respect to the model size will not be exported, if IgnoreSmallSurfaces is true.
Was this helpful?