public static class CurveShapingBuilder.WCSOptionType extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_X
Along X axis
|
static int |
_XY
In XY plane
|
static int |
_XZ
In XZ plane
|
static int |
_Y
Along Y axis
|
static int |
_YZ
In YZ plane
|
static int |
_Z
Along Z axis
|
static CurveShapingBuilder.WCSOptionType |
X
Along X axis
|
static CurveShapingBuilder.WCSOptionType |
XY
In XY plane
|
static CurveShapingBuilder.WCSOptionType |
XZ
In XZ plane
|
static CurveShapingBuilder.WCSOptionType |
Y
Along Y axis
|
static CurveShapingBuilder.WCSOptionType |
YZ
In YZ plane
|
static CurveShapingBuilder.WCSOptionType |
Z
Along Z axis
|
Modifier and Type | Method and Description |
---|---|
static CurveShapingBuilder.WCSOptionType |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static CurveShapingBuilder.WCSOptionType |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static CurveShapingBuilder.WCSOptionType[] |
values()
Returns an array that contains the values for this enum.
|
public static final CurveShapingBuilder.WCSOptionType X
public static final CurveShapingBuilder.WCSOptionType Y
public static final CurveShapingBuilder.WCSOptionType Z
public static final CurveShapingBuilder.WCSOptionType YZ
public static final CurveShapingBuilder.WCSOptionType XZ
public static final CurveShapingBuilder.WCSOptionType XY
public static final int _X
public static final int _Y
public static final int _Z
public static final int _YZ
public static final int _XZ
public static final int _XY
public static CurveShapingBuilder.WCSOptionType valueOf(int value)
public static CurveShapingBuilder.WCSOptionType valueOf(String name)
public static CurveShapingBuilder.WCSOptionType[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.