Library | Module

Class pfcShrinkwrapSurfaceSubsetInstructions



Description

This interface contains instructions to export a shrinkwrap model using a subset of surfaces.
See Also:
pfcSolid.ExportShrinkwrap()
Direct Parent Classes:
pfcShrinkwrapModelExportInstructions



Property Summary

/* optional */ pfcSelectionsAdditionalSurfaces
Additional surfaces to include in the export.
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 pfcShrinkwrapSurfaceSubsetInstructionsCreate (pfcModel OutputModel)
Creates a new instructions object used to export a shrinkwrap model based on a set of selected surfaces.



Property Detail


/* optional */ pfcSelectionsAdditionalSurfaces

Additional surfaces to include in the export.




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 pfcShrinkwrapSurfaceSubsetInstructionsCreate (pfcModel OutputModel)

Creates a new instructions object used to export a shrinkwrap model based on a set of selected surfaces.
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.