public static class SurfaceContourBuilder.AccessVectorMethodType extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_NEG_ZM
negative z-direction of MCS
|
static int |
_SPECIFY
user specified
|
static int |
_ZM
positive z-direction of MCS
|
static SurfaceContourBuilder.AccessVectorMethodType |
NEG_ZM
negative z-direction of MCS
|
static SurfaceContourBuilder.AccessVectorMethodType |
SPECIFY
user specified
|
static SurfaceContourBuilder.AccessVectorMethodType |
ZM
positive z-direction of MCS
|
Modifier and Type | Method and Description |
---|---|
static SurfaceContourBuilder.AccessVectorMethodType |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static SurfaceContourBuilder.AccessVectorMethodType |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static SurfaceContourBuilder.AccessVectorMethodType[] |
values()
Returns an array that contains the values for this enum.
|
public static final SurfaceContourBuilder.AccessVectorMethodType ZM
public static final SurfaceContourBuilder.AccessVectorMethodType NEG_ZM
public static final SurfaceContourBuilder.AccessVectorMethodType SPECIFY
public static final int _ZM
public static final int _NEG_ZM
public static final int _SPECIFY
public static SurfaceContourBuilder.AccessVectorMethodType valueOf(int value)
public static SurfaceContourBuilder.AccessVectorMethodType valueOf(String name)
public static SurfaceContourBuilder.AccessVectorMethodType[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.