SketchG1ConstraintSlopeType Enumeration

NXOpen.SketchG1Constraint.SlopeType is an alias for NXOpen.SketchG1ConstraintSlopeType

class NXOpen.SketchG1ConstraintSlopeType

Bases: object

Represents the G1 slope type of the constraint

Enum Members

Enum Member Enum Member Description
Tangent The slope geometry is tangent to spline
Normal The slope geometry is normal to spline
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.