Class pfcShrinkwrapModelExportInstructions
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
Indicates the method used to perform the shrinkwrap export.
Manual References:
| GetQuality | () |
void | SetQuality | |
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 | |
true or null to fill voids located entirely inside the outer boundary of the shrinkwrap model, false otherwise.
Manual References:
| GetIgnoreSkeleton | () |
void | SetIgnoreSkeleton | |
true or null to ignore the contents of the skeleton model (if present), false otherwise.
Manual References:
| GetIgnoreQuilts | () |
void | SetIgnoreQuilts | |
true or null to ignore quilts, false otherwise.
Manual References:
| GetIgnoreSmallSurfaces | () |
void | SetIgnoreSmallSurfaces | |
true to ignore surfaces smaller than the value of SmallSurfPercentage, false or null otherwise.
Manual References:
| GetAssignMassProperties | () |
void | SetAssignMassProperties | |
true to calculate mass properties for the shrinkwrap model of SmallSurfPercentage, false or null otherwise.
Manual References:
| GetSmallSurfPercentage | () |
void | SetSmallSurfPercentage | |
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: