public static class WedmGeomBuilder.ConvexCornerTypes extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_EXTEND_AND_TRIM
extend tangents
|
static int |
_LOOPS
loop
|
static int |
_ROLL_AROUND
roll around
|
static WedmGeomBuilder.ConvexCornerTypes |
EXTEND_AND_TRIM
extend tangents
|
static WedmGeomBuilder.ConvexCornerTypes |
LOOPS
loop
|
static WedmGeomBuilder.ConvexCornerTypes |
ROLL_AROUND
roll around
|
Modifier and Type | Method and Description |
---|---|
static WedmGeomBuilder.ConvexCornerTypes |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static WedmGeomBuilder.ConvexCornerTypes |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static WedmGeomBuilder.ConvexCornerTypes[] |
values()
Returns an array that contains the values for this enum.
|
public static final WedmGeomBuilder.ConvexCornerTypes ROLL_AROUND
public static final WedmGeomBuilder.ConvexCornerTypes LOOPS
public static final WedmGeomBuilder.ConvexCornerTypes EXTEND_AND_TRIM
public static final int _ROLL_AROUND
public static final int _LOOPS
public static final int _EXTEND_AND_TRIM
public static WedmGeomBuilder.ConvexCornerTypes valueOf(int value)
public static WedmGeomBuilder.ConvexCornerTypes valueOf(String name)
public static WedmGeomBuilder.ConvexCornerTypes[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.