public static class GussetBuilder.WidthSides extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_SIDE1
The Gusset will be created on the side of plane normal of the user defined profile.
|
static int |
_SIDE2
The Gusset will be created on the opposite side of the plane normal of the user defined profile.
|
static int |
_SYMMETRIC
The Gusset will be created on both sides of the plane of the user defined profile.
|
static GussetBuilder.WidthSides |
SIDE1
The Gusset will be created on the side of plane normal of the user defined profile.
|
static GussetBuilder.WidthSides |
SIDE2
The Gusset will be created on the opposite side of the plane normal of the user defined profile.
|
static GussetBuilder.WidthSides |
SYMMETRIC
The Gusset will be created on both sides of the plane of the user defined profile.
|
Modifier and Type | Method and Description |
---|---|
static GussetBuilder.WidthSides |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static GussetBuilder.WidthSides |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static GussetBuilder.WidthSides[] |
values()
Returns an array that contains the values for this enum.
|
public static final GussetBuilder.WidthSides SIDE1
public static final GussetBuilder.WidthSides SIDE2
public static final GussetBuilder.WidthSides SYMMETRIC
public static final int _SIDE1
public static final int _SIDE2
public static final int _SYMMETRIC
public static GussetBuilder.WidthSides valueOf(int value)
public static GussetBuilder.WidthSides valueOf(String name)
public static GussetBuilder.WidthSides[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.