API Documentation > Classes > Class pfcShrinkwrapModelExportInstructions
Class pfcShrinkwrapModelExportInstructions
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
/* optional */ boolean
true to calculate mass properties for the shrinkwrap model of SmallSurfPercentage, false or null otherwise.
/* optional */ boolean
true or null to fill voids located entirely inside the outer boundary of the shrinkwrap model, false otherwise.
/* optional */ pfcSelections
Sequence of datum references used in the shrinkwrap export.
/* optional */ boolean
true or null to ignore quilts, false otherwise.
/* optional */ boolean
true or null to ignore the contents of the skeleton model (if present), false otherwise.
/* optional */ boolean
true to ignore surfaces smaller than the value of SmallSurfPercentage, false or null otherwise.
/* readonly */ pfcShrinkwrapMethod
Indicates the method used to perform the shrinkwrap export.
/* optional */ number
The export quality. 1 produces the coarsest representation surfaces, while 10 produces the finest. If null, a quality of 1 will be used.
/* optional */ number
Surfaces smaller than this percentage with respect to the model size will not be exported, if IgnoreSmallSurfaces is true.
Property Detail
/* optional */ boolean
AssignMassProperties
true to calculate mass properties for the shrinkwrap model of SmallSurfPercentage, false or null otherwise.
/* optional */ boolean
AutoHoleFilling
true or null to fill voids located entirely inside the outer boundary of the shrinkwrap model, false otherwise.
/* optional */ pfcSelections
DatumReferences
Sequence of datum references used in the shrinkwrap export.
/* optional */ boolean
IgnoreQuilts
true or null to ignore quilts, false otherwise.
/* optional */ boolean
IgnoreSkeleton
true or null to ignore the contents of the skeleton model (if present), false otherwise.
/* optional */ boolean
IgnoreSmallSurfaces
true to ignore surfaces smaller than the value of SmallSurfPercentage, false or null otherwise.
/* readonly */ pfcShrinkwrapMethod
Method
Indicates the method used to perform the shrinkwrap export.
/* optional */ number
Quality
The export quality. 1 produces the coarsest representation surfaces, while 10 produces the finest. If null, a quality of 1 will be used.
/* optional */ number
SmallSurfPercentage
Surfaces smaller than this percentage with respect to the model size will not be exported, if IgnoreSmallSurfaces is true.
Was this helpful?