| Library | Module | Frames | Expand |
| boolean | Lightweight | |
| true if the output part should be lightweight, null or false otherwise. | ||
| pfcModel | OutputModel | |
| The solid model handle where the geometry will be created. You can create an empty part through pfcBaseSession.CreatePart() or copy a template model using pfcModel.Copy(). | ||
| static pfcShrinkwrapFacetedPartInstructions | Create (pfcModel OutputModel, boolean Lightweight) | |
| Creates a new instructions object used to export a faceted shrinkwrap model. | ||
| boolean | Lightweight |
|
true if the output part should be lightweight, null or false otherwise. |
| pfcModel | OutputModel |
|
The solid model handle where the geometry will be created. You can create an empty part through pfcBaseSession.CreatePart() or copy a template model using pfcModel.Copy(). |
| static pfcShrinkwrapFacetedPartInstructions | Create | (pfcModel OutputModel, boolean Lightweight) |
|
Creates a new instructions object used to export a faceted shrinkwrap model.
|