Version: 
Back to list

CAD :: getEllipticConeSurfaceDefinition

Synopsis

   get all parameters contained in the ellipticConeSurface

GUI Dialog

   

Script function

   cad.getEllipticConeSurfaceDefinition(ellipticConeSurface) -> (radius1, radius2, semiAngle, matrix)

Parameters

   ellipticConeSurface (EllipticConeSurface) : The EllipticConeSurface

Return value

   radius1 (Double) : The radius on X of the coneSurface
   radius2 (Double) : The radius on Y of the coneSurface
   semiAngle (Double) : The semiAngle of coneSurface
   matrix (Matrix4) : The transformation matrix of coneSurface