Version: 
Back to list

CAD :: getTorusSurfaceDefinition

Synopsis

   get all parameters contained in the torusSurface

GUI Dialog

   

Script function

   cad.getTorusSurfaceDefinition(torusSurface) -> (majorRadius, minorRadius, matrix)

Parameters

   torusSurface (TorusSurface) : The torusSurface

Return value

   majorRadius (Double) : The major radius of the torusSurface
   minorRadius (Double) : The minor radius of the torusSurface
   matrix (Matrix4) : The transformation matrix of torusSurface