BridgeCurveBuilderExShapeControlMethods Enumeration

NXOpen.Features.BridgeCurveBuilderEx.ShapeControlMethods is an alias for NXOpen.Features.BridgeCurveBuilderExShapeControlMethods

class NXOpen.Features.BridgeCurveBuilderExShapeControlMethods

Bases: object

Shape control methods

Enum Members

Enum Member Enum Member Description
TangentMagnitude Shape using tangent magnitude at ends
DepthSkew Shape using depth and skew value
Conic Shape using rho value of a conic. Valid only when end sections are coplanar.
TemplateCurve Shape by a template curve
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.