Version: 
Back to list

CAD :: createRevolutionSurface

Synopsis

   Create a new revolution surface

GUI Dialog

   

Script function

   cad.createRevolutionSurface(generatrixCurve, axisOrigin, axisDirection[, startAngle[, endAngle]]) -> revolutionSurface

Parameters

   generatrixCurve (LimitedCurve) : Generatrix curve rotated to create the revolution surface
   axisOrigin (Point3) : Axis origin point
   axisDirection (Vector3) : Axis direction vector
   startAngle (Angle[optional] : Start angle of the revolution surface
   endAngle (Angle[optional] : End angle of the revolution surface

Return value

   revolutionSurface (Surface) : Revolution surface generated by rotating the given curve around the axis