public enum swDimXpertFeatureType_e extends java.lang.Enum<swDimXpertFeatureType_e>
Modifier and Type | Method and Description |
---|---|
static swDimXpertFeatureType_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swDimXpertFeatureType_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swDimXpertFeatureType_e swDimXpertFeatureType_unknown
public static final swDimXpertFeatureType_e swDimXpertFeature_Plane
public static final swDimXpertFeatureType_e swDimXpertFeature_Cylinder
public static final swDimXpertFeatureType_e swDimXpertFeature_Cone
public static final swDimXpertFeatureType_e swDimXpertFeature_Extrude
public static final swDimXpertFeatureType_e swDimXpertFeature_Fillet
public static final swDimXpertFeatureType_e swDimXpertFeature_Chamfer
public static final swDimXpertFeatureType_e swDimXpertFeature_CompoundHole
public static final swDimXpertFeatureType_e swDimXpertFeature_CompoundWidth
public static final swDimXpertFeatureType_e swDimXpertFeature_CompoundNotch
public static final swDimXpertFeatureType_e swDimXpertFeature_CompoundClosedSlot3D
public static final swDimXpertFeatureType_e swDimXpertFeature_IntersectPoint
public static final swDimXpertFeatureType_e swDimXpertFeature_IntersectLine
public static final swDimXpertFeatureType_e swDimXpertFeature_IntersectCircle
public static final swDimXpertFeatureType_e swDimXpertFeature_IntersectPlane
public static final swDimXpertFeatureType_e swDimXpertFeature_Pattern
public static final swDimXpertFeatureType_e swDimXpertFeature_Sphere
public static final swDimXpertFeatureType_e swDimXpertFeature_BestfitPlane
public static final swDimXpertFeatureType_e swDimXpertFeature_Surface
public static swDimXpertFeatureType_e[] values()
for (swDimXpertFeatureType_e c : swDimXpertFeatureType_e.values()) System.out.println(c);
public static swDimXpertFeatureType_e valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null