Version: 
Back to list

CAD :: getConeSurfaceDefinition

Synopsis

   get all parameters contained in the coneSurface

GUI Dialog

   

Script function

   cad.getConeSurfaceDefinition(coneSurface) -> (radius, semiAngle, matrix)

Parameters

   coneSurface (ConeSurface) : The coneSurface

Return value

   radius (Double) : The radius of the coneSurface
   semiAngle (Double) : The semiAngle of coneSurface
   matrix (Matrix4) : The transformation matrix of coneSurface