NXOpen.UF.ModlGeneral.AskCurveProps

ModlGeneral.AskCurveProps()

Refer to UF_MODL_ask_curve_props for documentation.

Signature: AskCurveProps(curveId, parm)

Parameters:
  • curveId (Tag) – Curve identifier.
  • parm (float) – Curve parameter.
Returns:

A Tuple

Return type:

A tuple consisting of (point,tangent,pNorm,bNorm,torsion,radOfCur)

point(list of float): Point on curve (3 element array).

tangent(list of float): Tangent of curve (3 element array).

pNorm(list of float): Unit Principal normal of curve (3 element array).

bNorm(list of float): Unit Binormal of curve (3 element array).

torsion(float): Torsion.

radOfCur(float): Radius of Curvature.

License requirements: None