SketchStatus Enumeration

NXOpen.Sketch.Status is an alias for NXOpen.SketchStatus

class NXOpen.SketchStatus

Bases: object

Represents the status of the sketch

Enum Members

Enum Member Enum Member Description
Unknown
NotEvaluated
UnderConstrained
More constraints are needed to fully constrain the sketch
WellConstrained
The sketch is fully constrained
OverConstrained
The sketch has more constraints than is needed
InconsistentlyConstrained
The sketch has conflicting constraints
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.