SketchConstraintVisibility Enumeration

NXOpen.Sketch.ConstraintVisibility is an alias for NXOpen.SketchConstraintVisibility

class NXOpen.SketchConstraintVisibility

Bases: object

Indicates the visibility of the constraints The APIs that use this enum are deprecated in NX85 The NXOpen.SketchConstraintVisibility.Some option will behave the same as the NXOpen.SketchConstraintVisibility.All option.

Please use NXOpen.Preferences.SessionSketch.DisplayConstraintSymbols() and NXOpen.Preferences.SessionSketch.DisplayConstraintSymbols() instead.

Deprecated since version NX8.5.0: Please use NXOpen.Preferences.SessionSketch.DisplayConstraintSymbols`()

Enum Members

Equivalent to having the UI show-all-constraints and show-no-constraints toggles off “
“All”, ” All constraints are visible “
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.