Library | Package Java Toolkit

Class XSecCutobjType

package com.ptc.pfc.pfcXSection;

public class XSecCutobjType
  implements jxenum



Description

This enumerated type describes the type of objects intersected by a cross section.
See Also:
XSection.GetXSecType()



Field Summary
static final int_XSECTYPE_MODEL
    Integer value of enum value "XSECTYPE_MODEL"
    The cross section intersects the solid model.
static final XSecCutobjTypeXSECTYPE_MODEL
    Object value of enum value "XSECTYPE_MODEL"
    The cross section intersects the solid model.
static final int_XSECTYPE_QUILTS
    Integer value of enum value "XSECTYPE_QUILTS"
    The cross section intersects all quilts.
static final XSecCutobjTypeXSECTYPE_QUILTS
    Object value of enum value "XSECTYPE_QUILTS"
    The cross section intersects all quilts.
static final int_XSECTYPE_MODELQUILTS
    Integer value of enum value "XSECTYPE_MODELQUILTS"
    The cross section intersects the model and all quilts.
static final XSecCutobjTypeXSECTYPE_MODELQUILTS
    Object value of enum value "XSECTYPE_MODELQUILTS"
    The cross section intersects the model and all quilts.
static final int_XSECTYPE_ONEPART
    Integer value of enum value "XSECTYPE_ONEPART"
     
static final XSecCutobjTypeXSECTYPE_ONEPART
    Object value of enum value "XSECTYPE_ONEPART"
     
static final int_XSecCutobjType_null
    Enum null value.

Method Summary
static XSecCutobjTypeFromInt (int value)
    Creates enum object from an integer.
static XSecCutobjTypeFromInt (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 XSecCutobjTypeFromInt (int value)


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


FromInt

static XSecCutobjTypeFromInt (Integer value)


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