NXOpen.UF.Curve.CreateBridgeCurve

Curve.CreateBridgeCurve()

Refer to UF_CURVE_create_bridge_curve for documentation.

Signature: CreateBridgeCurve(bridgeMethod, curveIds, parms, reverseTangent)

Parameters:
  • bridgeMethod (int) – UF_CURVE_TANGENT - match tangents UF_CURVE_CURVATURE - match curvatures
  • curveIds (list of Tag) – Object identifiers of the two curves/edges to bridge.
  • parms (list of float) – Parameters on curves/edges to connect bridge.
  • reverseTangent (list of int) – Indicates whether to reverse the tangent direction vector at the chosen parameter on the curve/edge. 0 = do not reverse not 0 means to reverse
Returns:

Object identifier of the bridge curve.

Return type:

Tag

License requirements: SOLIDS MODELING or DRAFTING