public static class PlaneBuilder.PlaneMethodType extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_MODEL_VIEW
Model view plane
|
static int |
_USER_DEFINED
User define plane
|
static int |
_XY_PLANE
XY of the WCS
|
static int |
_XZ_PLANE
XZ of the WCS
|
static int |
_YZ_PLANE
YZ of the WCS
|
static PlaneBuilder.PlaneMethodType |
MODEL_VIEW
Model view plane
|
static PlaneBuilder.PlaneMethodType |
USER_DEFINED
User define plane
|
static PlaneBuilder.PlaneMethodType |
XY_PLANE
XY of the WCS
|
static PlaneBuilder.PlaneMethodType |
XZ_PLANE
XZ of the WCS
|
static PlaneBuilder.PlaneMethodType |
YZ_PLANE
YZ of the WCS
|
Modifier and Type | Method and Description |
---|---|
static PlaneBuilder.PlaneMethodType |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static PlaneBuilder.PlaneMethodType |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static PlaneBuilder.PlaneMethodType[] |
values()
Returns an array that contains the values for this enum.
|
public static final PlaneBuilder.PlaneMethodType XY_PLANE
public static final PlaneBuilder.PlaneMethodType XZ_PLANE
public static final PlaneBuilder.PlaneMethodType YZ_PLANE
public static final PlaneBuilder.PlaneMethodType MODEL_VIEW
public static final PlaneBuilder.PlaneMethodType USER_DEFINED
public static final int _XY_PLANE
public static final int _XZ_PLANE
public static final int _YZ_PLANE
public static final int _MODEL_VIEW
public static final int _USER_DEFINED
public static PlaneBuilder.PlaneMethodType valueOf(int value)
public static PlaneBuilder.PlaneMethodType valueOf(String name)
public static PlaneBuilder.PlaneMethodType[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.