Version: 
Back to list
CAD :: projectOnCurve
Synopsis
   project a point to a curveGUI Dialog
   
Script function
   cad.projectOnCurve(curve, point[, precision]) -> projectionParameterParameters
   curve (Curve
) : The curve
   point (Point3) : The point to project
   precision (Double) [optional] : Projection precision
Return value
   projectionParameter (Double) : The projection parameter on the curve