Library | Package Java Toolkit

Interface ShrinkwrapFacetedPartInstructions

package com.ptc.pfc.pfcShrinkwrap;

public interface ShrinkwrapFacetedPartInstructions
  extends com.ptc.pfc.pfcShrinkwrap.ShrinkwrapFacetedFormatInstructions



Description

This interface contains instructions to export a solid model to a shrinkwrap faceted part.
See Also:
Solid.ExportShrinkwrap(ShrinkwrapExportInstructions)



Method Summary
booleanGetLightweight ()
    Get method for attribute "Lightweight"
    true if the output part should be lightweight, null or false otherwise.
ModelGetOutputModel ()
    Get method for attribute "OutputModel"
    The solid model handle where the geometry will be created. You can create an empty part through BaseSession.CreatePart(String) or copy a template model using Model.Copy(String, /*optional*/ CopyInstructions).
voidSetLightweight (boolean value)
    Set method for attribute "Lightweight"
    true if the output part should be lightweight, null or false otherwise.
voidSetOutputModel (Model value)
    Set method for attribute "OutputModel"
    The solid model handle where the geometry will be created. You can create an empty part through BaseSession.CreatePart(String) or copy a template model using 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

Methods Inherited from Interface com.ptc.pfc.pfcShrinkwrap.ShrinkwrapFacetedFormatInstructions
GetFormat, GetFramesFile, SetFramesFile

Method Detail

GetOutputModel/SetOutputModel

ModelGetOutputModel ()
voidSetOutputModel (Model value)


    The solid model handle where the geometry will be created. You can create an empty part through BaseSession.CreatePart(String) or copy a template model using Model.Copy(String, /*optional*/ CopyInstructions).



GetLightweight/SetLightweight

booleanGetLightweight ()
voidSetLightweight (boolean value)


    true if the output part should be lightweight, null or false otherwise.
Manual References:
Interface: Faceted Solid Options, Interface: Faceted Solid Options