Library | Package Java Toolkit

Class ShrinkwrapFacetedFormat

package com.ptc.pfc.pfcShrinkwrap;

public class ShrinkwrapFacetedFormat
  implements jxenum



Description

This enumerated type contains the possible formats for the export of a solid model to a faceted shrinkwrap format.
See Also:
Solid.ExportShrinkwrap(ShrinkwrapExportInstructions), ShrinkwrapFacetedPartInstructions, ShrinkwrapSTLInstructions, ShrinkwrapVRMLInstructions



Field Summary
static final int_SWFACETED_PART
    Integer value of enum value "SWFACETED_PART"
    Export the model to a Creo Parametric part (or lightweight part).
static final ShrinkwrapFacetedFormatSWFACETED_PART
    Object value of enum value "SWFACETED_PART"
    Export the model to a Creo Parametric part (or lightweight part).
static final int_SWFACETED_STL
    Integer value of enum value "SWFACETED_STL"
    Export the model to STL.
static final ShrinkwrapFacetedFormatSWFACETED_STL
    Object value of enum value "SWFACETED_STL"
    Export the model to STL.
static final int_SWFACETED_VRML
    Integer value of enum value "SWFACETED_VRML"
    Export the model to VRML.
static final ShrinkwrapFacetedFormatSWFACETED_VRML
    Object value of enum value "SWFACETED_VRML"
    Export the model to VRML.
static final int_SWFACETED_LIGHTWEIGHT_PART
    Integer value of enum value "SWFACETED_LIGHTWEIGHT_PART"
     
static final ShrinkwrapFacetedFormatSWFACETED_LIGHTWEIGHT_PART
    Object value of enum value "SWFACETED_LIGHTWEIGHT_PART"
     
static final int_ShrinkwrapFacetedFormat_null
    Enum null value.

Method Summary
static ShrinkwrapFacetedFormatFromInt (int value)
    Creates enum object from an integer.
static ShrinkwrapFacetedFormatFromInt (Integer value)
    Creates enum object from an integer object.
intgetValue ()
    Returns enum object value as an integer.

Method Detail

getValue

intgetValue ()


    Returns enum object value as an integer.
Returns:
Integer enum value.


FromInt

static ShrinkwrapFacetedFormatFromInt (int value)


    Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.


FromInt

static ShrinkwrapFacetedFormatFromInt (Integer value)


    Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.