Library | Package Java Toolkit

Class DimensionLinAOCTangentType

package com.ptc.pfc.pfcDimension2D;

public class DimensionLinAOCTangentType
  implements jxenum



Description

This enumerated type contains the types of references used by a LinAOCTangentDimensionSense object.
See Also:
LinAOCTangentDimensionSense, Dimension2D.GetDimensionSenses(), pfcDimension2D.LinAOCTangentDimensionSense_Create(DimensionLinAOCTangentType)



Field Summary
static final int_DIMLINAOCTANGENT_LEFT0
    Integer value of enum value "DIMLINAOCTANGENT_LEFT0"
    The tangent is to the left of the line, and on the same side of the center of the arc/circle as the line.
static final DimensionLinAOCTangentTypeDIMLINAOCTANGENT_LEFT0
    Object value of enum value "DIMLINAOCTANGENT_LEFT0"
    The tangent is to the left of the line, and on the same side of the center of the arc/circle as the line.
static final int_DIMLINAOCTANGENT_RIGHT0
    Integer value of enum value "DIMLINAOCTANGENT_RIGHT0"
    The tangent is to the right of the line, and on the same side of the center of the arc/circle as the line.
static final DimensionLinAOCTangentTypeDIMLINAOCTANGENT_RIGHT0
    Object value of enum value "DIMLINAOCTANGENT_RIGHT0"
    The tangent is to the right of the line, and on the same side of the center of the arc/circle as the line.
static final int_DIMLINAOCTANGENT_LEFT1
    Integer value of enum value "DIMLINAOCTANGENT_LEFT1"
    The tangent is to the left of the line, and on the opposite sid of the center of the arc/circle to the line.
static final DimensionLinAOCTangentTypeDIMLINAOCTANGENT_LEFT1
    Object value of enum value "DIMLINAOCTANGENT_LEFT1"
    The tangent is to the left of the line, and on the opposite sid of the center of the arc/circle to the line.
static final int_DIMLINAOCTANGENT_RIGHT1
    Integer value of enum value "DIMLINAOCTANGENT_RIGHT1"
    The tangent is to the right of the line, and on the opposite side of the center of the arc/circle to the line.
static final DimensionLinAOCTangentTypeDIMLINAOCTANGENT_RIGHT1
    Object value of enum value "DIMLINAOCTANGENT_RIGHT1"
    The tangent is to the right of the line, and on the opposite side of the center of the arc/circle to the line.
static final int_DimensionLinAOCTangentType_null
    Enum null value.

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


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


FromInt

static DimensionLinAOCTangentTypeFromInt (Integer value)


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