Library | Package Java Toolkit

Interface ShrinkwrapSurfaceSubsetInstructions

package com.ptc.pfc.pfcShrinkwrap;

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



Description

This interface contains instructions to export a shrinkwrap model using a subset of surfaces.
See Also:
Solid.ExportShrinkwrap(ShrinkwrapExportInstructions)



Method Summary
/*optional*/ SelectionsGetAdditionalSurfaces ()
    Get method for attribute "AdditionalSurfaces"
    Additional surfaces to include in the export.
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).
voidSetAdditionalSurfaces ( /*optional*/ Selections value)
    Set method for attribute "AdditionalSurfaces"
    Additional surfaces to include in the export.
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).
Manual References:
Interface: Surface Subset Options, Interface: Surface Subset Options



GetAdditionalSurfaces/SetAdditionalSurfaces

/*optional*/ SelectionsGetAdditionalSurfaces ()
voidSetAdditionalSurfaces ( /*optional*/ Selections value)


    Additional surfaces to include in the export.
Manual References:
Interface: Surface Subset Options, Interface: Surface Subset Options