Library | Package Java Toolkit

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:
Solid.ExportShrinkwrap(ShrinkwrapExportInstructions)



Method Summary
/*optional*/ SelectionsGetAdditionalComponents ()
    Get method for attribute "AdditionalComponents"
    Sequence of additional components to include in the output model.
ModelGetOutputModel ()
    Get method for attribute "OutputModel"
    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).
voidSetAdditionalComponents ( /*optional*/ Selections value)
    Set method for attribute "AdditionalComponents"
    Sequence of additional components to include in the output model.
voidSetOutputModel (Model value)
    Set method for attribute "OutputModel"
    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).

Methods Inherited from Interface com.ptc.pfc.pfcShrinkwrap.ShrinkwrapModelExportInstructions
GetMethod, GetQuality, SetQuality, GetAutoHoleFilling, SetAutoHoleFilling, GetIgnoreSkeleton, SetIgnoreSkeleton, GetIgnoreQuilts, SetIgnoreQuilts, GetIgnoreSmallSurfaces, SetIgnoreSmallSurfaces, GetAssignMassProperties, SetAssignMassProperties, GetSmallSurfPercentage, SetSmallSurfPercentage, GetDatumReferences, SetDatumReferences

Method Detail

GetOutputModel/SetOutputModel

ModelGetOutputModel ()
voidSetOutputModel (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/SetAdditionalComponents

/*optional*/ SelectionsGetAdditionalComponents ()
voidSetAdditionalComponents ( /*optional*/ Selections value)


    Sequence of additional components to include in the output model.
Manual References:
Interface: Merged Solid Options, Interface: Merged Solid Options