public class CutParametersSimplifyShapesTypes extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_CONVEX_HULL
convex hull
|
static int |
_MINIMUM_BOX
minumum box
|
static int |
_NONE
none
|
static CutParametersSimplifyShapesTypes |
CONVEX_HULL
convex hull
|
static CutParametersSimplifyShapesTypes |
MINIMUM_BOX
minumum box
|
static CutParametersSimplifyShapesTypes |
NONE
none
|
Modifier and Type | Method and Description |
---|---|
static CutParametersSimplifyShapesTypes |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static CutParametersSimplifyShapesTypes |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static CutParametersSimplifyShapesTypes[] |
values()
Returns an array that contains the values for this enum.
|
public static final CutParametersSimplifyShapesTypes NONE
public static final CutParametersSimplifyShapesTypes CONVEX_HULL
public static final CutParametersSimplifyShapesTypes MINIMUM_BOX
public static final int _NONE
public static final int _CONVEX_HULL
public static final int _MINIMUM_BOX
public static CutParametersSimplifyShapesTypes valueOf(int value)
public static CutParametersSimplifyShapesTypes valueOf(String name)
public static CutParametersSimplifyShapesTypes[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.