public enum swRefPlaneReferenceConstraints_e extends java.lang.Enum<swRefPlaneReferenceConstraints_e>
Modifier and Type | Method and Description |
---|---|
static swRefPlaneReferenceConstraints_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swRefPlaneReferenceConstraints_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swRefPlaneReferenceConstraints_e swRefPlaneReferenceConstraint_Parallel
public static final swRefPlaneReferenceConstraints_e swRefPlaneReferenceConstraint_Perpendicular
public static final swRefPlaneReferenceConstraints_e swRefPlaneReferenceConstraint_Coincident
public static final swRefPlaneReferenceConstraints_e swRefPlaneReferenceConstraint_Distance
public static final swRefPlaneReferenceConstraints_e swRefPlaneReferenceConstraint_Angle
public static final swRefPlaneReferenceConstraints_e swRefPlaneReferenceConstraint_Tangent
public static final swRefPlaneReferenceConstraints_e swRefPlaneReferenceConstraint_Project
public static final swRefPlaneReferenceConstraints_e swRefPlaneReferenceConstraint_MidPlane
public static final swRefPlaneReferenceConstraints_e swRefPlaneReferenceConstraint_OptionFlip
public static final swRefPlaneReferenceConstraints_e swRefPlaneReferenceConstraint_OptionOriginOnCurve
public static final swRefPlaneReferenceConstraints_e swRefPlaneReferenceConstraint_OptionProjectToNearestLocation
public static final swRefPlaneReferenceConstraints_e swRefPlaneReferenceConstraint_OptionProjectAlongSketchNormal
public static final swRefPlaneReferenceConstraints_e swRefPlaneReferenceConstraint_ParallelToScreen
public static final swRefPlaneReferenceConstraints_e swRefPlaneReferenceConstraint_OptionReferenceFlip
public static swRefPlaneReferenceConstraints_e[] values()
for (swRefPlaneReferenceConstraints_e c : swRefPlaneReferenceConstraints_e.values()) System.out.println(c);
public static swRefPlaneReferenceConstraints_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