public static class OrientationRegionItemBuilder.OrientationMethodTypes extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_ALONG_VECTOR
The web of the profile is aligned along the specified vector.
|
static int |
_CUBIC_TWIST
The web of the profile moves from a starting orientation to an ending orientation in a cubic fashion.
|
static int |
_LINEAR_TWIST
The web of the profile moves from a starting orientation to an ending orientation in a linear fashion.
|
static int |
_NORMAL_TO_SURFACE
The web of the profile is aligned normal to the placement surface.
|
static int |
_ORTHOGONAL
The web of the profile is aligned along the closest orthogonal direction to the placement surface normal.
|
static int |
_PLANAR_AT_ANGLE
The web of the profile is planar with respect to the defined direction.
|
static OrientationRegionItemBuilder.OrientationMethodTypes |
ALONG_VECTOR
The web of the profile is aligned along the specified vector.
|
static OrientationRegionItemBuilder.OrientationMethodTypes |
CUBIC_TWIST
The web of the profile moves from a starting orientation to an ending orientation in a cubic fashion.
|
static OrientationRegionItemBuilder.OrientationMethodTypes |
LINEAR_TWIST
The web of the profile moves from a starting orientation to an ending orientation in a linear fashion.
|
static OrientationRegionItemBuilder.OrientationMethodTypes |
NORMAL_TO_SURFACE
The web of the profile is aligned normal to the placement surface.
|
static OrientationRegionItemBuilder.OrientationMethodTypes |
ORTHOGONAL
The web of the profile is aligned along the closest orthogonal direction to the placement surface normal.
|
static OrientationRegionItemBuilder.OrientationMethodTypes |
PLANAR_AT_ANGLE
The web of the profile is planar with respect to the defined direction.
|
Modifier and Type | Method and Description |
---|---|
static OrientationRegionItemBuilder.OrientationMethodTypes |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static OrientationRegionItemBuilder.OrientationMethodTypes |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static OrientationRegionItemBuilder.OrientationMethodTypes[] |
values()
Returns an array that contains the values for this enum.
|
public static final OrientationRegionItemBuilder.OrientationMethodTypes NORMAL_TO_SURFACE
public static final OrientationRegionItemBuilder.OrientationMethodTypes ORTHOGONAL
public static final OrientationRegionItemBuilder.OrientationMethodTypes LINEAR_TWIST
public static final OrientationRegionItemBuilder.OrientationMethodTypes CUBIC_TWIST
public static final OrientationRegionItemBuilder.OrientationMethodTypes ALONG_VECTOR
public static final OrientationRegionItemBuilder.OrientationMethodTypes PLANAR_AT_ANGLE
public static final int _NORMAL_TO_SURFACE
public static final int _ORTHOGONAL
public static final int _LINEAR_TWIST
public static final int _CUBIC_TWIST
public static final int _ALONG_VECTOR
public static final int _PLANAR_AT_ANGLE
public static OrientationRegionItemBuilder.OrientationMethodTypes valueOf(int value)
public static OrientationRegionItemBuilder.OrientationMethodTypes valueOf(String name)
public static OrientationRegionItemBuilder.OrientationMethodTypes[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.