Class pfcShrinkwrapFacetedPartInstructions
Description
This interface contains instructions to export a solid model to a shrinkwrap faceted part.
See Also:
Manual References:
Method Summary
| |
| |
| |
| Creates a new instructions object used to export a faceted shrinkwrap model. |
| |
| |
void | |
| |
| |
| true if the output part should be lightweight, null or false otherwise. |
| |
| |
void | |
| |
| |
| |
| |
| |
| |
| |
GetMethod,
GetQuality,
SetQuality,
GetAutoHoleFilling,
SetAutoHoleFilling,
GetIgnoreSkeleton,
SetIgnoreSkeleton,
GetIgnoreQuilts,
SetIgnoreQuilts,
GetIgnoreSmallSurfaces,
SetIgnoreSmallSurfaces,
GetAssignMassProperties,
SetAssignMassProperties,
GetSmallSurfPercentage,
SetSmallSurfPercentage,
GetDatumReferences,
SetDatumReferences Method Detail
| GetOutputModel | () |
void | SetOutputModel | |
| GetLightweight | () |
void | SetLightweight | |
true if the output part should be lightweight, null or false otherwise.
Manual References:
Creates a new instructions object used to export a faceted shrinkwrap model.
See Also:
Manual References:
Parameters:
OutputModel
Lightweight
true to create a lightweight shrinkwrap part, null or false to create a normal shrinkwrap part.
Returns:
The created instructions object.