Library | Module

Class pfcShrinkwrapFacetedPartInstructions



Description

This interface contains instructions to export a solid model to a shrinkwrap faceted part.
See Also:
pfcSolid.ExportShrinkwrap()
Direct Parent Classes:
pfcShrinkwrapFacetedFormatInstructions



Property Summary

booleanLightweight
true if the output part should be lightweight, null or false otherwise.
pfcModelOutputModel
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().



Method Summary

static pfcShrinkwrapFacetedPartInstructionsCreate (pfcModel OutputModel, boolean Lightweight)
Creates a new instructions object used to export a faceted shrinkwrap model.



Property Detail


booleanLightweight

true if the output part should be lightweight, null or false otherwise.




pfcModelOutputModel

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().





Method Detail


static pfcShrinkwrapFacetedPartInstructionsCreate (pfcModel OutputModel, boolean Lightweight)

Creates a new instructions object used to export a faceted shrinkwrap model.
See Also:
pfcSolid.ExportShrinkwrap()
Parameters:
OutputModel
The output model where geometry will be created. Use pfcBaseSession.CreatePart() to obtain an empty part, or copy a template with pfcModel.Copy().
Lightweight
true to create a lightweight shrinkwrap part, null or false to create a normal shrinkwrap part.
Returns:
The created instructions object.