SketchAlongPathBuilderSketchOrientationType Enumeration

NXOpen.SketchAlongPathBuilder.SketchOrientationType is an alias for NXOpen.SketchAlongPathBuilderSketchOrientationType

class NXOpen.SketchAlongPathBuilderSketchOrientationType

Bases: object

Indicates the sketch orientation method. For the sketch orientation type is ‘Automatic’: two set of * datum axes are created if the path contains a shared edge, one set of each face. For laminar edge * one set of datum axes is created. If the path contains only wireframe the two set of axes are created. * For the sketch orientation type is ‘Relative to face’: one set of datum axes is craeted using the orienting faces * For the sketch orientation type is ‘Use curve parameter’: one set of datum axes is created using the the curve parameter

Enum Members

Enum Member Enum Member Description
Automatic Automatic
RelativeToFace Relative to face
UseCurveParameters Based on curve parameter
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.