public static class JointmarkBuilder.OrientationMethodTypes extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_COORDINATE_SYSTEM
Use fixed csys instead of surface normals.
|
static int |
_SURFACE_NORMAL
Surface Normals.
|
static JointmarkBuilder.OrientationMethodTypes |
COORDINATE_SYSTEM
Use fixed csys instead of surface normals.
|
static JointmarkBuilder.OrientationMethodTypes |
SURFACE_NORMAL
Surface Normals.
|
Modifier and Type | Method and Description |
---|---|
static JointmarkBuilder.OrientationMethodTypes |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static JointmarkBuilder.OrientationMethodTypes |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static JointmarkBuilder.OrientationMethodTypes[] |
values()
Returns an array that contains the values for this enum.
|
public static final JointmarkBuilder.OrientationMethodTypes SURFACE_NORMAL
public static final JointmarkBuilder.OrientationMethodTypes COORDINATE_SYSTEM
public static final int _SURFACE_NORMAL
public static final int _COORDINATE_SYSTEM
public static JointmarkBuilder.OrientationMethodTypes valueOf(int value)
public static JointmarkBuilder.OrientationMethodTypes valueOf(String name)
public static JointmarkBuilder.OrientationMethodTypes[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.