API Documentation > Classes > Interface IpfcShrinkwrapMergedSolidInstructions
Interface IpfcShrinkwrapMergedSolidInstructions
Description
This interface contains instructions to output a solid model to a shrinkwrap model while merging components.
See Also:
Direct Parent Classes:
User Guide References:
Property Summary
Property
as IpfcSelections [optional]
Sequence of additional components to include in the output model.
Property
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
Function
Creates a new instructions object used to export a shrinkwrap model using merged solids.
Property Detail
Property
AdditionalComponents
as IpfcSelections [optional]
Sequence of additional components to include in the output model.
Property
OutputModel
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
Function
CCpfcShrinkwrapMergedSolidInstructions.Create
Creates a new instructions object used to export a shrinkwrap model using merged solids.
See Also:
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.
Was this helpful?