API Documentation > Interface Classes > Class pfcShrinkwrapSurfaceSubsetInstructions
Class pfcShrinkwrapSurfaceSubsetInstructions

# include <pfcShrinkwrap.h>

class
pfcShrinkwrapSurfaceSubsetInstructions
: public virtual
pfcShrinkwrapModelExportInstructions
{
xdeclare(pfcShrinkwrapSurfaceSubsetInstructions)
...
};
This is a
COMPACT class.

Description
This interface contains instructions to export a shrinkwrap model using a subset of surfaces.
See Also:
Method Summary
Create (pfcModel_ptr OutputModel)
Creates a new instructions object used to export a shrinkwrap model based on a set of selected surfaces.
void
Additional surfaces to include in the export.
void
The output model where geometry will be created. Use pfcBaseSession::CreatePart(xrstring) to obtain an empty part, or copy a template with pfcModel::Copy(xrstring, optional pfcCopyInstructions_ptr).
Methods Inherited from Class pfcShrinkwrapModelExportInstructions::
Method Detail
GetOutputModel
()
void
SetOutputModel
(pfcModel_ptr value)
The output model where geometry will be created. Use pfcBaseSession::CreatePart(xrstring) to obtain an empty part, or copy a template with pfcModel::Copy(xrstring, optional pfcCopyInstructions_ptr).
Manual References:
GetAdditionalSurfaces
()
void
SetAdditionalSurfaces
Additional surfaces to include in the export.
Manual References:
Creates a new instructions object used to export a shrinkwrap model based on a set of selected surfaces.
See Also:
Manual References:
Parameters:
OutputModel
The output model where geometry will be created. Use pfcBaseSession::CreatePart(xrstring) to obtain an empty part, or copy a template with pfcModel::Copy(xrstring, optional pfcCopyInstructions_ptr).
Returns:
The created instructions object.
Was this helpful?