DatumPlaneBuilderAlternateSolution Enumeration

NXOpen.Features.DatumPlaneBuilder.AlternateSolution is an alias for NXOpen.Features.DatumPlaneBuilderAlternateSolution

class NXOpen.Features.DatumPlaneBuilderAlternateSolution

Bases: object

Specifies the alternate solution for a datum plane using point on curve method

Enum Members

Enum Member Enum Member Description
Tangent Indicates the datum plane as tangent to curve
Normal Datum plane at normal to curve
Binormal Datum plane at binormal to curve
OppositeTangent Datum plane at opposite to tangent to curve
OppositeNormal Datum plane at opposite to normal to curve
OppositeBinormal Datum plane 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
ProjectView Datum plane direction is calculated during creation based on the view plane. The datum plane normal is projected onto the view plane during creation time. The datum plane normal is maintained constant thereafter
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.