NXOpen.UF.ModlGeneral.AskPointAlongCurve

ModlGeneral.AskPointAlongCurve()

Refer to UF_MODL_ask_point_along_curve for documentation.

Signature: AskPointAlongCurve(point, curve, offset, direction, tolerance)

Parameters:
  • point (list of float) – Absolute coordinates of the reference point.
  • curve (Tag) – Identifier of the selected curve.
  • offset (float) – Offset distance from the reference point along the selected curve.
  • direction (int) – Direction flag, 1=Same direction as the selected curve. (from start point to end point) -1=Reverse direction of the selected curve (from end point to start point)
  • tolerance (float) – Distance tolerance between solid edge and approximated curve.
Returns:

Parameter value for the located point on the selected curve.

Return type:

float

License requirements: None