Library | Module

Class pfcShrinkwrapMergedSolidInstructions



Description

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



Property Summary

/* optional */ pfcSelectionsAdditionalComponents
Sequence of additional components to include in the output model.
pfcModelOutputModel
The output model where geometry will be created. Use pfcBaseSession.CreatePart() to obtain an empty part, or copy a template with pfcModel.Copy().



Method Summary

static pfcShrinkwrapMergedSolidInstructionsCreate (pfcModel OutputModel)
Creates a new instructions object used to export a shrinkwrap model using merged solids.



Property Detail


/* optional */ pfcSelectionsAdditionalComponents

Sequence of additional components to include in the output model.




pfcModelOutputModel

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





Method Detail


static pfcShrinkwrapMergedSolidInstructionsCreate (pfcModel OutputModel)

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