Library | Module

Interface IpfcShrinkwrapSurfaceSubsetInstructions



Description

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



Property Summary

PropertyAdditionalSurfacesas IpfcSelections [optional]
Additional surfaces to include in the export.
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

FunctionCCpfcShrinkwrapSurfaceSubsetInstructions.Create (OutputModel as IpfcModel) as IpfcShrinkwrapSurfaceSubsetInstructions
Creates a new instructions object used to export a shrinkwrap model based on a set of selected surfaces.



Property Detail


PropertyAdditionalSurfacesas IpfcSelections [optional]

Additional surfaces to include in the export.




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


FunctionCCpfcShrinkwrapSurfaceSubsetInstructions.Create (OutputModel as IpfcModel) as IpfcShrinkwrapSurfaceSubsetInstructions

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