SketchConstraintPointType Enumeration

NXOpen.Sketch.ConstraintPointType is an alias for NXOpen.SketchConstraintPointType

class NXOpen.SketchConstraintPointType

Bases: object

Used in ConstraintGeometry to indicate what type of point, if any, the geometry is

Enum Members

Enum Member Enum Member Description
NotSet
The geometry is not a point
StartVertex
Start vertex (e.g. the start point of a line)
EndVertex
End vertex (e.g. the end point of a line)
ArcCenter
Center of a circle, arc, or ellipse
SplineDefiningPoint
A defining point of a spline.
Anchor
The anchor point of a conic
SplinePole
The control pole of a spline
MidVertex
The mid vertex of a line or an arc
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.