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