public enum swKernelErrorCode_e extends java.lang.Enum<swKernelErrorCode_e>
Modifier and Type | Method and Description |
---|---|
static swKernelErrorCode_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swKernelErrorCode_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swKernelErrorCode_e swErrorSuccess
public static final swKernelErrorCode_e swErrorError
public static final swKernelErrorCode_e swErrorNotEntity
public static final swKernelErrorCode_e swErrorInvalidParameter
public static final swKernelErrorCode_e swErrorSurfaceDiscontinuous
public static final swKernelErrorCode_e swErrorCurveDiscontinuous
public static final swKernelErrorCode_e swErrorInvalidEntity
public static final swKernelErrorCode_e swErrorInvalidSharing
public static final swKernelErrorCode_e swErrorInvalidKnots
public static final swKernelErrorCode_e swErrorInvalidGeometry
public static final swKernelErrorCode_e swErrorHasInvalidentity
public static final swKernelErrorCode_e swErrorBodyDontKnit
public static final swKernelErrorCode_e swErrorInvalidPattern
public static final swKernelErrorCode_e swErrorCurveShort
public static final swKernelErrorCode_e swErrorFailed
public static final swKernelErrorCode_e swErrorCheckFailed
public static final swKernelErrorCode_e swErrorGeometryMissing
public static final swKernelErrorCode_e swErrorTopologySelfx
public static final swKernelErrorCode_e swErrorGeometrySelfx
public static final swKernelErrorCode_e swErrorGeometryDegenerate
public static final swKernelErrorCode_e swErrorInvalidGeometry2
public static final swKernelErrorCode_e swErrorCheckFailed2
public static final swKernelErrorCode_e swErrorFaceFaceInconsistent
public static final swKernelErrorCode_e swErrorVertexNotOnCurve
public static final swKernelErrorCode_e swErrorVerticesTouch
public static final swKernelErrorCode_e swErrorLoopsInconsistent
public static final swKernelErrorCode_e swErrorGeometryDiscontinuous
public static final swKernelErrorCode_e swErrorFacecheckFailed
public static final swKernelErrorCode_e swErrorFaceRedundant
public static final swKernelErrorCode_e swErrorInconsistentDirs
public static final swKernelErrorCode_e swErrorEdgeisectInvalid
public static final swKernelErrorCode_e swErrorInvalidLoop
public static final swKernelErrorCode_e swErrorEdgeIncorrectOrder
public static final swKernelErrorCode_e swErrorUnknown
public static swKernelErrorCode_e[] values()
for (swKernelErrorCode_e c : swKernelErrorCode_e.values()) System.out.println(c);
public static swKernelErrorCode_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