Library | Module

Class pfcShrinkwrapModelExportInstructions



Description

This interface contains the instructions used for export of a solid model to a shrinkwrap format.
See Also:
pfcSolid.ExportShrinkwrap()
Direct Parent Classes:
pfcShrinkwrapExportInstructions
Direct Known Subclasses:
pfcShrinkwrapSurfaceSubsetInstructions, pfcShrinkwrapFacetedFormatInstructions, pfcShrinkwrapMergedSolidInstructions



Property Summary

/* optional */ booleanAssignMassProperties
true to calculate mass properties for the shrinkwrap model of SmallSurfPercentage, false or null otherwise.
/* optional */ booleanAutoHoleFilling
true or null to fill voids located entirely inside the outer boundary of the shrinkwrap model, false otherwise.
/* optional */ pfcSelectionsDatumReferences
Sequence of datum references used in the shrinkwrap export.
/* optional */ booleanIgnoreQuilts
true or null to ignore quilts, false otherwise.
/* optional */ booleanIgnoreSkeleton
true or null to ignore the contents of the skeleton model (if present), false otherwise.
/* optional */ booleanIgnoreSmallSurfaces
true to ignore surfaces smaller than the value of SmallSurfPercentage, false or null otherwise.
/* readonly */ pfcShrinkwrapMethodMethod
Indicates the method used to perform the shrinkwrap export.
/* optional */ numberQuality
The export quality. 1 produces the coarsest representation surfaces, while 10 produces the finest. If null, a quality of 1 will be used.
/* optional */ numberSmallSurfPercentage
Surfaces smaller than this percentage with respect to the model size will not be exported, if IgnoreSmallSurfaces is true.



Property Detail


/* optional */ booleanAssignMassProperties

true to calculate mass properties for the shrinkwrap model of SmallSurfPercentage, false or null otherwise.




/* optional */ booleanAutoHoleFilling

true or null to fill voids located entirely inside the outer boundary of the shrinkwrap model, false otherwise.




/* optional */ pfcSelectionsDatumReferences

Sequence of datum references used in the shrinkwrap export.




/* optional */ booleanIgnoreQuilts

true or null to ignore quilts, false otherwise.




/* optional */ booleanIgnoreSkeleton

true or null to ignore the contents of the skeleton model (if present), false otherwise.




/* optional */ booleanIgnoreSmallSurfaces

true to ignore surfaces smaller than the value of SmallSurfPercentage, false or null otherwise.




/* readonly */ pfcShrinkwrapMethodMethod

Indicates the method used to perform the shrinkwrap export.




/* optional */ numberQuality

The export quality. 1 produces the coarsest representation surfaces, while 10 produces the finest. If null, a quality of 1 will be used.




/* optional */ numberSmallSurfPercentage

Surfaces smaller than this percentage with respect to the model size will not be exported, if IgnoreSmallSurfaces is true.