Version: 
Back to list

CAD :: createEllipticConeSurface

Synopsis

   Create a new elliptic cone surface

GUI Dialog

   

Script function

   cad.createEllipticConeSurface(radius1, radius2, semiAngle[, matrix]) -> ellipticConeSurface

Parameters

   radius1 (Distance) : Radius of the cone at origin on the X axis
   radius2 (Distance) : Radius of the cone at origin on the Y axis
   semiAngle (Angle) : Semi-angle of the cone
   matrix (Matrix4[optional] : Positionning matrix of the cone

Return value

   ellipticConeSurface (Surface) : The new elliptic cone surface