public static class GussetBuilder.Types extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_AUTOMATIC_PROFILE
Gusset(s) will be created between the planar faces adjacent to the selected bend face.
|
static int |
_USER_DEFINED_PROFILE
Gusset will be created using a profile defined by the user.
|
static GussetBuilder.Types |
AUTOMATIC_PROFILE
Gusset(s) will be created between the planar faces adjacent to the selected bend face.
|
static GussetBuilder.Types |
USER_DEFINED_PROFILE
Gusset will be created using a profile defined by the user.
|
Modifier and Type | Method and Description |
---|---|
static GussetBuilder.Types |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static GussetBuilder.Types |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static GussetBuilder.Types[] |
values()
Returns an array that contains the values for this enum.
|
public static final GussetBuilder.Types AUTOMATIC_PROFILE
public static final GussetBuilder.Types USER_DEFINED_PROFILE
public static final int _AUTOMATIC_PROFILE
public static final int _USER_DEFINED_PROFILE
public static GussetBuilder.Types valueOf(int value)
public static GussetBuilder.Types valueOf(String name)
public static GussetBuilder.Types[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.