PlaneTypesMethodType Enumeration

NXOpen.PlaneTypes.MethodType is an alias for NXOpen.PlaneTypesMethodType

class NXOpen.PlaneTypesMethodType

Bases: object

Specifies different method types of selected geometries

Enum Members

Enum Member Enum Member Description
Undefined Not defined
Inferred Inferred method
Coincident Plane of object method
CoincidentFaceAxis Though face axis method
CoincidentPerpLinear Through linear perpendicluar to linear method
Parallel Parallel method
ParallelPoint Parallel to plane through point method
Perpendicular Perpendicular to plane method
PerpendicularPoint Perpendicular to plane though point method
PerpendicularLinear Perpendicular to plane through linear method
Center Center method
Tangent Tangent method
TangentFace Tangent to face method
TangentPoint Tangent to face through point method
TangentLinear Tangent to face through linear method
TangentParPlane Tangent to face parallel to plane method
TangentPerpPlane Tangent to face perpendicular to plane method
TangentTwoFaces Tangent to two faces method
TangentAnglePlane Tangent to a cyl face at an angle to a planar face
Distance Distance method
Angle Angle method
Frenet Frenet method
PointDir Point and direction method
Point Point method
TwoPoints Two Points method
ThreePoints Three points method
Line Line method
TwoLines Two line method
CurvePoint On curve through point method
FixedX Fixed plane perpendicular to X thru WCS
FixedY Fixed plane perpendicular to Y thru WCS
FixedZ Fixed plane perpendicular to Z thru WCS
FixedXyCsys Fixed plane perpendicular to Z thru X-Y plane of CSYS
Coefficients Fixed plane defined by coefficients
InferredTop Inferred Top method
TangentInfer Inferred Tangent method
PointInfer Inferred Point method
FaceAxisPoint Through Face Axis at Point
Fixed Fixed Method (super type including any non-associative, xy, yz, xz, and coefficient
FixedView View Plane method
Constructed Constructed types: super type for At Angle Parallel/Perpendicular or Tangent Angle to Plane Parallel/Perpendicular
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.