public static class ConicCrossSection.DefineMethod extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_BOUNDARY_PLUS_CENTER
conic shape controlled by boundary and center values
|
static int |
_BOUNDARY_PLUS_RHO
conic shape controlled by boundary and rho values
|
static int |
_CENTER_PLUS_RHO
conic shape controlled by center and rho values
|
static ConicCrossSection.DefineMethod |
BOUNDARY_PLUS_CENTER
conic shape controlled by boundary and center values
|
static ConicCrossSection.DefineMethod |
BOUNDARY_PLUS_RHO
conic shape controlled by boundary and rho values
|
static ConicCrossSection.DefineMethod |
CENTER_PLUS_RHO
conic shape controlled by center and rho values
|
Modifier and Type | Method and Description |
---|---|
static ConicCrossSection.DefineMethod |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static ConicCrossSection.DefineMethod |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static ConicCrossSection.DefineMethod[] |
values()
Returns an array that contains the values for this enum.
|
public static final ConicCrossSection.DefineMethod BOUNDARY_PLUS_CENTER
public static final ConicCrossSection.DefineMethod BOUNDARY_PLUS_RHO
public static final ConicCrossSection.DefineMethod CENTER_PLUS_RHO
public static final int _BOUNDARY_PLUS_CENTER
public static final int _BOUNDARY_PLUS_RHO
public static final int _CENTER_PLUS_RHO
public static ConicCrossSection.DefineMethod valueOf(int value)
public static ConicCrossSection.DefineMethod valueOf(String name)
public static ConicCrossSection.DefineMethod[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.