API Documentation > Classes > Class ShrinkwrapMethod
Class ShrinkwrapMethod

package com.ptc.pfc.pfcShrinkwrap;

public class
ShrinkwrapMethod
implements
jxenum


Description
This enumerated type contains the possible methods for the export of a solid model to a shrinkwrap format.
Field Summary
static final int
_SWCREATE_SURF_SUBSET
Integer value of enum value "SWCREATE_SURF_SUBSET"
Export a shrinkwrap model containg a subset of surfaces.
static final ShrinkwrapMethod
SWCREATE_SURF_SUBSET
Object value of enum value "SWCREATE_SURF_SUBSET"
Export a shrinkwrap model containg a subset of surfaces.
static final int
_SWCREATE_FACETED_SOLID
Integer value of enum value "SWCREATE_FACETED_SOLID"
Export a faceted shrinkwrap model.
static final ShrinkwrapMethod
SWCREATE_FACETED_SOLID
Object value of enum value "SWCREATE_FACETED_SOLID"
Export a faceted shrinkwrap model.
static final int
_SWCREATE_MERGED_SOLID
Integer value of enum value "SWCREATE_MERGED_SOLID"
Export a shrinkwrap model containing merged components.
static final ShrinkwrapMethod
SWCREATE_MERGED_SOLID
Object value of enum value "SWCREATE_MERGED_SOLID"
Export a shrinkwrap model containing merged components.
static final int
_ShrinkwrapMethod_null
Enum null value.
Method Summary
FromInt (int value)
Creates enum object from an integer.
FromInt (Integer value)
Creates enum object from an integer object.
int
Returns enum object value as an integer.
Method Detail
getValue
int
getValue
()
Returns enum object value as an integer.
Returns:
Integer enum value.
FromInt
FromInt
(int value)
Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.
FromInt
FromInt
(Integer value)
Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.
Was this helpful?