PlaneTypesFrenetSubtype Enumeration

NXOpen.PlaneTypes.FrenetSubtype is an alias for NXOpen.PlaneTypesFrenetSubtype

class NXOpen.PlaneTypesFrenetSubtype

Bases: object

Specify the subtypes for on_curve type of plane, where alternate solution is not enough to handle the situation after enhancement to this specific plane type. Considering legacy data, these subtypes must match those already defined in the file “datum.h”

Enum Members

Enum Member Enum Member Description
NotSpecified Subtype is not specified
Tangent Tangent to path, = FRENET_TANGENT
Normal Normal to path, = FRENET_NORMAL
Binormal Binormal to path, = FRENET_BINORMAL
Project Reference to an object, = FRENET_PROJECT
ThruPoint Thru point type and normal to path
NormalToVector Normal to a vector
ParallelToVector Parallel to a vector
ThruAxis Thru axis type
ThruPointNormalToVector Thru point and normal to a vector
ThruPointParallelToVector Thru point and parallel to a vector
ThruPointThruAxis Thru point and thru axis type
ThruPointNormal Thru point and tangent_to_path
ThruPointBinormal Thru point and binormal to path
ThruPointProject Thru point and relative to object
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.