API Documentation > Classes > Class pfcShrinkwrap
Class pfcShrinkwrap

package com.ptc.pfc.pfcShrinkwrap;

public class
pfcShrinkwrap


Description
Contains global CIP definitions for module "pfcShrinkwrap"
User Guide References:
Method Summary
ShrinkwrapFacetedPartInstructions_Create (Model OutputModel, boolean Lightweight)
Creates a new instructions object used to export a faceted shrinkwrap model.
Creates a new instructions object used to export a shrinkwrap model using merged solids.
Creates a new instructions object used to export an STL format shrinkwrap model.
Creates a new instructions object used to export a shrinkwrap model based on a set of selected surfaces.
Creates a new instructions object used to export a VRML format shrinkwrap model.
Method Detail
ShrinkwrapSurfaceSubsetInstructions_Create
ShrinkwrapSurfaceSubsetInstructions_Create
(Model OutputModel)
Creates a new instructions object used to export a shrinkwrap model based on a set of selected surfaces.
See Also:
User Guide References:
Parameters:
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, /*cipOptional*/ CopyInstructions).
Returns:
The created instructions object.
ShrinkwrapFacetedPartInstructions_Create
ShrinkwrapFacetedPartInstructions_Create
(Model OutputModel, boolean Lightweight)
Creates a new instructions object used to export a faceted shrinkwrap model.
See Also:
User Guide References:
Parameters:
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, /*cipOptional*/ CopyInstructions).
Lightweight
true to create a lightweight shrinkwrap part, null or false to create a normal shrinkwrap part.
Returns:
The created instructions object.
ShrinkwrapVRMLInstructions_Create
ShrinkwrapVRMLInstructions_Create
(String OutputFile)
Creates a new instructions object used to export a VRML format shrinkwrap model.
See Also:
User Guide References:
Parameters:
OutputFile
The name of the file to be produced, in the current working directory, without the extension.
Returns:
The created instructions object.
ShrinkwrapSTLInstructions_Create
ShrinkwrapSTLInstructions_Create
(String OutputFile)
Creates a new instructions object used to export an STL format shrinkwrap model.
See Also:
Parameters:
OutputFile
The name of the file to produce in the working directory, without the extension.
Returns:
The created instructions object.
ShrinkwrapMergedSolidInstructions_Create
ShrinkwrapMergedSolidInstructions_Create
(Model OutputModel)
Creates a new instructions object used to export a shrinkwrap model using merged solids.
See Also:
User Guide References:
Parameters:
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, /*cipOptional*/ CopyInstructions).
Returns:
The created instructions object.
Was this helpful?