NXOpen.UF.ModlGeneral.AskPointAlongCurve2

ModlGeneral.AskPointAlongCurve2()

Refer to UF_MODL_ask_point_along_curve_2 for documentation.

Signature: AskPointAlongCurve2(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:

A Tuple

Return type:

A tuple consisting of (pointAlongCurve,parameter)

pointAlongCurve(list of float): Absolute coordinates of the point on the curve at the offset distance.

parameter(float): Parameter value for the located point on the selected curve.

License requirements: None