Version: 
Back to list

CAD :: projectOnSurface

Synopsis

   project a point to a surface

GUI Dialog

   

Script function

   cad.projectOnSurface(surface, point[, precision]) -> projectionParameter

Parameters

   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