public static class PlaneTypes.FrenetSubtype extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_BINORMAL
Binormal to path, = FRENET_BINORMAL
|
static int |
_NORMAL
Normal to path, = FRENET_NORMAL
|
static int |
_NORMAL_TO_VECTOR
Normal to a vector
|
static int |
_NOT_SPECIFIED
Subtype is not specified
|
static int |
_PARALLEL_TO_VECTOR
Parallel to a vector
|
static int |
_PROJECT
Reference to an object, = FRENET_PROJECT
|
static int |
_TANGENT
Tangent to path, = FRENET_TANGENT
|
static int |
_THRU_AXIS
Thru axis type
|
static int |
_THRU_POINT
Thru point type and normal to path
|
static int |
_THRU_POINT_BINORMAL
Thru point and binormal to path
|
static int |
_THRU_POINT_NORMAL
Thru point and tangent_to_path
|
static int |
_THRU_POINT_NORMAL_TO_VECTOR
Thru point and normal to a vector
|
static int |
_THRU_POINT_PARALLEL_TO_VECTOR
Thru point and parallel to a vector
|
static int |
_THRU_POINT_PROJECT
Thru point and relative to object
|
static int |
_THRU_POINT_THRU_AXIS
Thru point and thru axis type
|
static PlaneTypes.FrenetSubtype |
BINORMAL
Binormal to path, = FRENET_BINORMAL
|
static PlaneTypes.FrenetSubtype |
NORMAL
Normal to path, = FRENET_NORMAL
|
static PlaneTypes.FrenetSubtype |
NORMAL_TO_VECTOR
Normal to a vector
|
static PlaneTypes.FrenetSubtype |
NOT_SPECIFIED
Subtype is not specified
|
static PlaneTypes.FrenetSubtype |
PARALLEL_TO_VECTOR
Parallel to a vector
|
static PlaneTypes.FrenetSubtype |
PROJECT
Reference to an object, = FRENET_PROJECT
|
static PlaneTypes.FrenetSubtype |
TANGENT
Tangent to path, = FRENET_TANGENT
|
static PlaneTypes.FrenetSubtype |
THRU_AXIS
Thru axis type
|
static PlaneTypes.FrenetSubtype |
THRU_POINT
Thru point type and normal to path
|
static PlaneTypes.FrenetSubtype |
THRU_POINT_BINORMAL
Thru point and binormal to path
|
static PlaneTypes.FrenetSubtype |
THRU_POINT_NORMAL
Thru point and tangent_to_path
|
static PlaneTypes.FrenetSubtype |
THRU_POINT_NORMAL_TO_VECTOR
Thru point and normal to a vector
|
static PlaneTypes.FrenetSubtype |
THRU_POINT_PARALLEL_TO_VECTOR
Thru point and parallel to a vector
|
static PlaneTypes.FrenetSubtype |
THRU_POINT_PROJECT
Thru point and relative to object
|
static PlaneTypes.FrenetSubtype |
THRU_POINT_THRU_AXIS
Thru point and thru axis type
|
Modifier and Type | Method and Description |
---|---|
static PlaneTypes.FrenetSubtype |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static PlaneTypes.FrenetSubtype |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static PlaneTypes.FrenetSubtype[] |
values()
Returns an array that contains the values for this enum.
|
public static final PlaneTypes.FrenetSubtype NOT_SPECIFIED
public static final PlaneTypes.FrenetSubtype TANGENT
public static final PlaneTypes.FrenetSubtype NORMAL
public static final PlaneTypes.FrenetSubtype BINORMAL
public static final PlaneTypes.FrenetSubtype PROJECT
public static final PlaneTypes.FrenetSubtype THRU_POINT
public static final PlaneTypes.FrenetSubtype NORMAL_TO_VECTOR
public static final PlaneTypes.FrenetSubtype PARALLEL_TO_VECTOR
public static final PlaneTypes.FrenetSubtype THRU_AXIS
public static final PlaneTypes.FrenetSubtype THRU_POINT_NORMAL_TO_VECTOR
public static final PlaneTypes.FrenetSubtype THRU_POINT_PARALLEL_TO_VECTOR
public static final PlaneTypes.FrenetSubtype THRU_POINT_THRU_AXIS
public static final PlaneTypes.FrenetSubtype THRU_POINT_NORMAL
public static final PlaneTypes.FrenetSubtype THRU_POINT_BINORMAL
public static final PlaneTypes.FrenetSubtype THRU_POINT_PROJECT
public static final int _NOT_SPECIFIED
public static final int _TANGENT
public static final int _NORMAL
public static final int _BINORMAL
public static final int _PROJECT
public static final int _THRU_POINT
public static final int _NORMAL_TO_VECTOR
public static final int _PARALLEL_TO_VECTOR
public static final int _THRU_AXIS
public static final int _THRU_POINT_NORMAL_TO_VECTOR
public static final int _THRU_POINT_PARALLEL_TO_VECTOR
public static final int _THRU_POINT_THRU_AXIS
public static final int _THRU_POINT_NORMAL
public static final int _THRU_POINT_BINORMAL
public static final int _THRU_POINT_PROJECT
public static PlaneTypes.FrenetSubtype valueOf(int value)
public static PlaneTypes.FrenetSubtype valueOf(String name)
public static PlaneTypes.FrenetSubtype[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.