SupportPlaneDataLockPlaneStatus Enumeration

NXOpen.GeometricUtilities.SupportPlaneData.LockPlaneStatus is an alias for NXOpen.GeometricUtilities.SupportPlaneDataLockPlaneStatus

class NXOpen.GeometricUtilities.SupportPlaneDataLockPlaneStatus

Bases: object

Represents support plane lock status for associative basic curves

Enum Members

Enum Member Enum Member Description
No No Lock
AfterFirstConstraint Lock after first constraint
AfterSecondConstraint Lock after second constraint
AfterThirdConstraint Lock after third constraint
AfterFirstAndSecondConstraint Lock after first and second constraint
AfterFirstAndThirdConstraint Lock after first and third constraint
AfterSecondAndThirdConstraint Lock after second and third constraint
AfterAllConstraint Lock after all constraint
LockExistingPlane Lock support plane using existing face or datum
CenterPointDirection Lock support plane using center point and direction, this option should be used for Center Radius Arc only
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.