Version: 
Back to list

CAD :: getRevolutionSurfaceDefinition

Synopsis

   get all parameters contained in the revolutionSurface

GUI Dialog

   

Script function

   cad.getRevolutionSurfaceDefinition(revolutionSurface) -> (generatricCurve, axisOrigin, axisDirection, startAngle, endAngle)

Parameters

   revolutionSurface (RevolutionSurface) : The revolutionSurface

Return value

   generatricCurve (LimitedCurve) : Thegeneratrix curve of the revolutionSurface
   axisOrigin (Point3) : The origin of the axis of the revolutionSurface
   axisDirection (Point3) : The direction of the axis of the revolutionSurface
   startAngle (Double) : The starting angle of the revolutionSurface
   endAngle (Double) : The ending angle of the revolutionSurface