DatumConstraintSolution Enumeration

NXOpen.DatumConstraint.Solution is an alias for NXOpen.DatumConstraintSolution

class NXOpen.DatumConstraintSolution

Bases: object

Specifies the alternate solution for datum axis using point on curve method

Enum Members

Enum Member Enum Member Description
Undefined
Tangent
Normal
Binormal
OppositeTangent
OppositeNormal
OppositeBinormal Datum axis at opposite to binormal to curve
Project This direction is calculated by projecting a point selected along a curve to a line, a datum axis, an edge of a solid, a planar face or a datum plane
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.