Version: 
Back to list

CAD :: getTabulatedCylinderSurfaceDefinition

Synopsis

   get all parameters contained in the TabulatedCylinderSurface

GUI Dialog

   

Script function

   cad.getTabulatedCylinderSurfaceDefinition(tabulatedCylinderSurface) -> (directrixCurve, generatrixLine, range)

Parameters

   tabulatedCylinderSurface (TabulatedCylinderSurface) : The tabulatedCylinderSurface

Return value

   directrixCurve (LimitedCurve) : The directrix curve of the tabulatedCylinderSurface
   generatrixLine (Point3) : The generatrix line of the tabulatedCylinderSurface
   range (Bounds1D) : The range of the tabulatedCylinderSurface