public static class ConeBuilder.Types extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_BASE_DIAMETER_HEIGHT_AND_HALF_ANGLE
Represents type of cone created by providing Base Diameter, Height and Half Angle
|
static int |
_DIAMETERS_AND_HALF_ANGLE
Represents type of cone created by providing Diameters and Half Angle
|
static int |
_DIAMETERS_AND_HEIGHT
Represents type of cone created by providing Diameters and Height
|
static int |
_TOP_DIAMETER_HEIGHT_AND_HALF_ANGLE
Represents type of cone created by providing Top Diameter, Height and Half Angle
|
static int |
_TWO_COAXIAL_ARCS
Represents type of cone created by providing Two Coaxial Arcs
|
static ConeBuilder.Types |
BASE_DIAMETER_HEIGHT_AND_HALF_ANGLE
Represents type of cone created by providing Base Diameter, Height and Half Angle
|
static ConeBuilder.Types |
DIAMETERS_AND_HALF_ANGLE
Represents type of cone created by providing Diameters and Half Angle
|
static ConeBuilder.Types |
DIAMETERS_AND_HEIGHT
Represents type of cone created by providing Diameters and Height
|
static ConeBuilder.Types |
TOP_DIAMETER_HEIGHT_AND_HALF_ANGLE
Represents type of cone created by providing Top Diameter, Height and Half Angle
|
static ConeBuilder.Types |
TWO_COAXIAL_ARCS
Represents type of cone created by providing Two Coaxial Arcs
|
Modifier and Type | Method and Description |
---|---|
static ConeBuilder.Types |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static ConeBuilder.Types |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static ConeBuilder.Types[] |
values()
Returns an array that contains the values for this enum.
|
public static final ConeBuilder.Types DIAMETERS_AND_HEIGHT
public static final ConeBuilder.Types DIAMETERS_AND_HALF_ANGLE
public static final ConeBuilder.Types BASE_DIAMETER_HEIGHT_AND_HALF_ANGLE
public static final ConeBuilder.Types TOP_DIAMETER_HEIGHT_AND_HALF_ANGLE
public static final ConeBuilder.Types TWO_COAXIAL_ARCS
public static final int _DIAMETERS_AND_HEIGHT
public static final int _DIAMETERS_AND_HALF_ANGLE
public static final int _BASE_DIAMETER_HEIGHT_AND_HALF_ANGLE
public static final int _TOP_DIAMETER_HEIGHT_AND_HALF_ANGLE
public static final int _TWO_COAXIAL_ARCS
public static ConeBuilder.Types valueOf(int value)
public static ConeBuilder.Types valueOf(String name)
public static ConeBuilder.Types[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.