public static class OrientationDefinitionBuilder.PlacementSideTypes extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_OPPOSITE_NORMAL
The stiffener will be placed on the negative normal side of the
placement faces.
|
static int |
_SAME_AS_NORMAL
The stiffener will be placed on the positive normal side of the
placement faces.
|
static OrientationDefinitionBuilder.PlacementSideTypes |
OPPOSITE_NORMAL
The stiffener will be placed on the negative normal side of the
placement faces.
|
static OrientationDefinitionBuilder.PlacementSideTypes |
SAME_AS_NORMAL
The stiffener will be placed on the positive normal side of the
placement faces.
|
Modifier and Type | Method and Description |
---|---|
static OrientationDefinitionBuilder.PlacementSideTypes |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static OrientationDefinitionBuilder.PlacementSideTypes |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static OrientationDefinitionBuilder.PlacementSideTypes[] |
values()
Returns an array that contains the values for this enum.
|
public static final OrientationDefinitionBuilder.PlacementSideTypes SAME_AS_NORMAL
public static final OrientationDefinitionBuilder.PlacementSideTypes OPPOSITE_NORMAL
public static final int _SAME_AS_NORMAL
public static final int _OPPOSITE_NORMAL
public static OrientationDefinitionBuilder.PlacementSideTypes valueOf(int value)
public static OrientationDefinitionBuilder.PlacementSideTypes valueOf(String name)
public static OrientationDefinitionBuilder.PlacementSideTypes[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.