API Documentation > Interface Classes > Class pfcShrinkwrapModelExportInstructions
Class pfcShrinkwrapModelExportInstructions

# include <pfcShrinkwrap.h>

class
pfcShrinkwrapModelExportInstructions
: public virtual
pfcShrinkwrapExportInstructions
{
xdeclare(pfcShrinkwrapModelExportInstructions)
...
};
This is a
COMPACT class.

Description
This interface contains the instructions used for export of a solid model to a shrinkwrap format.
See Also:
Manual References:
Direct Known Subclasses:
Method Summary
void
true to calculate mass properties for the shrinkwrap model of SmallSurfPercentage, false or null otherwise.
void
true or null to fill voids located entirely inside the outer boundary of the shrinkwrap model, false otherwise.
void
Sequence of datum references used in the shrinkwrap export.
void
true or null to ignore quilts, false otherwise.
void
true or null to ignore the contents of the skeleton model (if present), false otherwise.
void
true to ignore surfaces smaller than the value of SmallSurfPercentage, false or null otherwise.
Indicates the method used to perform the shrinkwrap export.
void
The export quality. 1 produces the coarsest representation surfaces, while 10 produces the finest. If null, a quality of 1 will be used.
void
Surfaces smaller than this percentage with respect to the model size will not be exported, if IgnoreSmallSurfaces is true.
Method Detail
GetMethod
()
Indicates the method used to perform the shrinkwrap export.
Manual References:
GetQuality
()
void
SetQuality
(optional xint value)
The export quality. 1 produces the coarsest representation surfaces, while 10 produces the finest. If null, a quality of 1 will be used.
Manual References:
GetAutoHoleFilling
()
void
SetAutoHoleFilling
(optional xbool value)
true or null to fill voids located entirely inside the outer boundary of the shrinkwrap model, false otherwise.
Manual References:
GetIgnoreSkeleton
()
void
SetIgnoreSkeleton
(optional xbool value)
true or null to ignore the contents of the skeleton model (if present), false otherwise.
Manual References:
GetIgnoreQuilts
()
void
SetIgnoreQuilts
(optional xbool value)
true or null to ignore quilts, false otherwise.
Manual References:
GetIgnoreSmallSurfaces
()
void
SetIgnoreSmallSurfaces
(optional xbool value)
true to ignore surfaces smaller than the value of SmallSurfPercentage, false or null otherwise.
Manual References:
GetAssignMassProperties
()
void
SetAssignMassProperties
(optional xbool value)
true to calculate mass properties for the shrinkwrap model of SmallSurfPercentage, false or null otherwise.
Manual References:
GetSmallSurfPercentage
()
void
SetSmallSurfPercentage
(optional xreal value)
Surfaces smaller than this percentage with respect to the model size will not be exported, if IgnoreSmallSurfaces is true.
Manual References:
GetDatumReferences
()
void
SetDatumReferences
Sequence of datum references used in the shrinkwrap export.
Manual References:
Was this helpful?