public static class TrimLineDevelopmentBuilder.Surface extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_INNER
Onestep solver will offset inner surface and enlarge it
|
static int |
_MIDDLE
Onestep solver will not offset middle surface
|
static int |
_OUTER
Onestep solver will offset outer surface and shrink it
|
static TrimLineDevelopmentBuilder.Surface |
INNER
Onestep solver will offset inner surface and enlarge it
|
static TrimLineDevelopmentBuilder.Surface |
MIDDLE
Onestep solver will not offset middle surface
|
static TrimLineDevelopmentBuilder.Surface |
OUTER
Onestep solver will offset outer surface and shrink it
|
Modifier and Type | Method and Description |
---|---|
static TrimLineDevelopmentBuilder.Surface |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static TrimLineDevelopmentBuilder.Surface |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static TrimLineDevelopmentBuilder.Surface[] |
values()
Returns an array that contains the values for this enum.
|
public static final TrimLineDevelopmentBuilder.Surface INNER
public static final TrimLineDevelopmentBuilder.Surface MIDDLE
public static final TrimLineDevelopmentBuilder.Surface OUTER
public static final int _INNER
public static final int _MIDDLE
public static final int _OUTER
public static TrimLineDevelopmentBuilder.Surface valueOf(int value)
public static TrimLineDevelopmentBuilder.Surface valueOf(String name)
public static TrimLineDevelopmentBuilder.Surface[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.