Library | Package Java Toolkit

Class SurfaceOrientation

package com.ptc.pfc.pfcGeometry;

public class SurfaceOrientation
  implements jxenum



Description

This enumerated type describes the orientation of a surface.



Field Summary
static final int_SURFACEORIENT_NONE
    Integer value of enum value "SURFACEORIENT_NONE"
    A surface without a need for orientation (i.e. not a solid surface).
static final SurfaceOrientationSURFACEORIENT_NONE
    Object value of enum value "SURFACEORIENT_NONE"
    A surface without a need for orientation (i.e. not a solid surface).
static final int_SURFACEORIENT_OUTWARD
    Integer value of enum value "SURFACEORIENT_OUTWARD"
    Surface oriented outward away from the solid model. du X dv points outward.
static final SurfaceOrientationSURFACEORIENT_OUTWARD
    Object value of enum value "SURFACEORIENT_OUTWARD"
    Surface oriented outward away from the solid model. du X dv points outward.
static final int_SURFACEORIENT_INWARD
    Integer value of enum value "SURFACEORIENT_INWARD"
    Surface oriented inward toward the solid model. du X dv points inward.
static final SurfaceOrientationSURFACEORIENT_INWARD
    Object value of enum value "SURFACEORIENT_INWARD"
    Surface oriented inward toward the solid model. du X dv points inward.
static final int_SurfaceOrientation_null
    Enum null value.

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


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


FromInt

static SurfaceOrientationFromInt (Integer value)


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