API Documentation > Interfaces > Interface ShrinkwrapMergedSolidInstructions
Interface ShrinkwrapMergedSolidInstructions

package com.ptc.pfc.pfcShrinkwrap;

public interface
ShrinkwrapMergedSolidInstructions
extends
com.ptc.pfc.pfcShrinkwrap.ShrinkwrapModelExportInstructions


Description
This interface contains instructions to output a solid model to a shrinkwrap model while merging components.
See Also:
Method Summary
/*optional*/ Selections
Get method for attribute "AdditionalComponents"
Sequence of additional components to include in the output model.
Get method for attribute "OutputModel"
The output model where geometry will be created. UseBaseSession.CreatePart(String) to obtain an empty part, or copy a template withModel.Copy(String, /*optional*/ CopyInstructions).
void
SetAdditionalComponents ( /*optional*/ Selections value)
Set method for attribute "AdditionalComponents"
Sequence of additional components to include in the output model.
void
Set method for attribute "OutputModel"
The output model where geometry will be created. UseBaseSession.CreatePart(String) to obtain an empty part, or copy a template withModel.Copy(String, /*optional*/ CopyInstructions).
Method Detail
GetOutputModel
GetOutputModel
()
SetOutputModel
void
SetOutputModel
(Model value)
The output model where geometry will be created. Use BaseSession.CreatePart(String) to obtain an empty part, or copy a template with Model.Copy(String, /*optional*/ CopyInstructions).
GetAdditionalComponents
/*optional*/ Selections
GetAdditionalComponents
()
SetAdditionalComponents
void
SetAdditionalComponents
( /*optional*/ Selections value)
Sequence of additional components to include in the output model.
Manual References:
Was this helpful?