Library | Module

Interface IpfcShrinkwrapModelExportInstructions



Description

This interface contains the instructions used for export of a solid model to a shrinkwrap format.
See Also:
IpfcSolid.ExportShrinkwrap()
Direct Parent Classes:
IpfcShrinkwrapExportInstructions
Direct Known Subclasses:
IpfcShrinkwrapSurfaceSubsetInstructions, IpfcShrinkwrapFacetedFormatInstructions, IpfcShrinkwrapMergedSolidInstructions



Property Summary

PropertyAssignMassPropertiesas Boolean [optional]
true to calculate mass properties for the shrinkwrap model of SmallSurfPercentage, false or null otherwise.
PropertyAutoHoleFillingas Boolean [optional]
true or null to fill voids located entirely inside the outer boundary of the shrinkwrap model, false otherwise.
PropertyDatumReferencesas IpfcSelections [optional]
Sequence of datum references used in the shrinkwrap export.
PropertyIgnoreQuiltsas Boolean [optional]
true or null to ignore quilts, false otherwise.
PropertyIgnoreSkeletonas Boolean [optional]
true or null to ignore the contents of the skeleton model (if present), false otherwise.
PropertyIgnoreSmallSurfacesas Boolean [optional]
true to ignore surfaces smaller than the value of SmallSurfPercentage, false or null otherwise.
PropertyMethodas IpfcShrinkwrapMethod
Indicates the method used to perform the shrinkwrap export.
PropertyQualityas 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.
PropertySmallSurfPercentageas Double [optional]
Surfaces smaller than this percentage with respect to the model size will not be exported, if IgnoreSmallSurfaces is true.



Property Detail


PropertyAssignMassPropertiesas Boolean [optional]

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




PropertyAutoHoleFillingas Boolean [optional]

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




PropertyDatumReferencesas IpfcSelections [optional]

Sequence of datum references used in the shrinkwrap export.




PropertyIgnoreQuiltsas Boolean [optional]

true or null to ignore quilts, false otherwise.




PropertyIgnoreSkeletonas Boolean [optional]

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




PropertyIgnoreSmallSurfacesas Boolean [optional]

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




PropertyMethodas IpfcShrinkwrapMethod

Indicates the method used to perform the shrinkwrap export.




PropertyQualityas 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.




PropertySmallSurfPercentageas Double [optional]

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