Library | Package Java Toolkit

Class pfcShrinkwrap

package com.ptc.pfc.pfcShrinkwrap;

public class pfcShrinkwrap



Description

Contains global CIP definitions for module "pfcShrinkwrap"



Method Summary
static ShrinkwrapFacetedPartInstructionsShrinkwrapFacetedPartInstructions_Create (Model OutputModel, boolean Lightweight)
    Creates a new instructions object used to export a faceted shrinkwrap model.
static ShrinkwrapMergedSolidInstructionsShrinkwrapMergedSolidInstructions_Create (Model OutputModel)
    Creates a new instructions object used to export a shrinkwrap model using merged solids.
static ShrinkwrapSTLInstructionsShrinkwrapSTLInstructions_Create (String OutputFile)
    Creates a new instructions object used to export an STL format shrinkwrap model.
static ShrinkwrapSurfaceSubsetInstructionsShrinkwrapSurfaceSubsetInstructions_Create (Model OutputModel)
    Creates a new instructions object used to export a shrinkwrap model based on a set of selected surfaces.
static ShrinkwrapVRMLInstructionsShrinkwrapVRMLInstructions_Create (String OutputFile)
    Creates a new instructions object used to export a VRML format shrinkwrap model.

Method Detail

ShrinkwrapSurfaceSubsetInstructions_Create

static ShrinkwrapSurfaceSubsetInstructionsShrinkwrapSurfaceSubsetInstructions_Create (Model OutputModel)


    Creates a new instructions object used to export a shrinkwrap model based on a set of selected surfaces.
See Also:
Solid.ExportShrinkwrap(ShrinkwrapExportInstructions)
Manual References:
Interface: Surface Subset Options
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, /*optional*/ CopyInstructions).
Returns:
The created instructions object.


ShrinkwrapFacetedPartInstructions_Create

static ShrinkwrapFacetedPartInstructionsShrinkwrapFacetedPartInstructions_Create (Model OutputModel, boolean Lightweight)


    Creates a new instructions object used to export a faceted shrinkwrap model.
See Also:
Solid.ExportShrinkwrap(ShrinkwrapExportInstructions)
Manual References:
Interface: Faceted Solid Options
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, /*optional*/ 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

static ShrinkwrapVRMLInstructionsShrinkwrapVRMLInstructions_Create (String OutputFile)


    Creates a new instructions object used to export a VRML format shrinkwrap model.
See Also:
Solid.ExportShrinkwrap(ShrinkwrapExportInstructions)
Manual References:
Interface: Faceted Solid Options, Interface: Faceted Solid Options
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

static ShrinkwrapSTLInstructionsShrinkwrapSTLInstructions_Create (String OutputFile)


    Creates a new instructions object used to export an STL format shrinkwrap model.
See Also:
Solid.ExportShrinkwrap(ShrinkwrapExportInstructions)
Parameters:
OutputFile
The name of the file to produce in the working directory, without the extension.
Returns:
The created instructions object.


ShrinkwrapMergedSolidInstructions_Create

static ShrinkwrapMergedSolidInstructionsShrinkwrapMergedSolidInstructions_Create (Model OutputModel)


    Creates a new instructions object used to export a shrinkwrap model using merged solids.
See Also:
Solid.ExportShrinkwrap(ShrinkwrapExportInstructions)
Manual References:
Interface: Merged Solid Options
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, /*optional*/ CopyInstructions).
Returns:
The created instructions object.