Library | Module

Interface IpfcShrinkwrapFacetedPartInstructions



Description

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



Property Summary

PropertyLightweightas Boolean
true if the output part should be lightweight, null or false otherwise.
PropertyOutputModelas IpfcModel
The solid model handle where the geometry will be created. You can create an empty part through IpfcBaseSession.CreatePart() or copy a template model using IpfcModel.Copy().



Method Summary

FunctionCCpfcShrinkwrapFacetedPartInstructions.Create (OutputModel as IpfcModel, Lightweight as Boolean) as IpfcShrinkwrapFacetedPartInstructions
Creates a new instructions object used to export a faceted shrinkwrap model.



Property Detail


PropertyLightweightas Boolean

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




PropertyOutputModelas IpfcModel

The solid model handle where the geometry will be created. You can create an empty part through IpfcBaseSession.CreatePart() or copy a template model using IpfcModel.Copy().





Method Detail


FunctionCCpfcShrinkwrapFacetedPartInstructions.Create (OutputModel as IpfcModel, Lightweight as Boolean) as IpfcShrinkwrapFacetedPartInstructions

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