public static class PlateChamferBuilder.OffsetMethod extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_DEPTH
Use depth parameter to define ramp
|
static int |
_REST_DEPTH
Use rest depth to define ramp
|
static int |
_THINNER_PLATE
Use the thickness of the thinner plate to define ramp depth
|
static PlateChamferBuilder.OffsetMethod |
DEPTH
Use depth parameter to define ramp
|
static PlateChamferBuilder.OffsetMethod |
REST_DEPTH
Use rest depth to define ramp
|
static PlateChamferBuilder.OffsetMethod |
THINNER_PLATE
Use the thickness of the thinner plate to define ramp depth
|
Modifier and Type | Method and Description |
---|---|
static PlateChamferBuilder.OffsetMethod |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static PlateChamferBuilder.OffsetMethod |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static PlateChamferBuilder.OffsetMethod[] |
values()
Returns an array that contains the values for this enum.
|
public static final PlateChamferBuilder.OffsetMethod DEPTH
public static final PlateChamferBuilder.OffsetMethod REST_DEPTH
public static final PlateChamferBuilder.OffsetMethod THINNER_PLATE
public static final int _DEPTH
public static final int _REST_DEPTH
public static final int _THINNER_PLATE
public static PlateChamferBuilder.OffsetMethod valueOf(int value)
public static PlateChamferBuilder.OffsetMethod valueOf(String name)
public static PlateChamferBuilder.OffsetMethod[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.