Library | Module

Interface IpfcShrinkwrapMergedSolidInstructions



Description

This interface contains instructions to output a solid model to a shrinkwrap model while merging components.
See Also:
IpfcSolid.ExportShrinkwrap()
Direct Parent Classes:
IpfcShrinkwrapModelExportInstructions



Property Summary

PropertyAdditionalComponentsas IpfcSelections [optional]
Sequence of additional components to include in the output model.
PropertyOutputModelas IpfcModel
The output model where geometry will be created. Use IpfcBaseSession.CreatePart() to obtain an empty part, or copy a template with IpfcModel.Copy().



Method Summary

FunctionCCpfcShrinkwrapMergedSolidInstructions.Create (OutputModel as IpfcModel) as IpfcShrinkwrapMergedSolidInstructions
Creates a new instructions object used to export a shrinkwrap model using merged solids.



Property Detail


PropertyAdditionalComponentsas IpfcSelections [optional]

Sequence of additional components to include in the output model.




PropertyOutputModelas IpfcModel

The output model where geometry will be created. Use IpfcBaseSession.CreatePart() to obtain an empty part, or copy a template with IpfcModel.Copy().





Method Detail


FunctionCCpfcShrinkwrapMergedSolidInstructions.Create (OutputModel as IpfcModel) as IpfcShrinkwrapMergedSolidInstructions

Creates a new instructions object used to export a shrinkwrap model using merged solids.
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().
Returns:
The created instructions object.