Version: 
Back to list

CAD :: createConeSurface

Synopsis

   Create a new cone surface

GUI Dialog

   

Script function

   cad.createConeSurface(radius, semiAngle[, matrix]) -> coneSurface

Parameters

   radius (Distance) : Radius of the cone at origin
   semiAngle (Angle) : Semi-angle of the cone
   matrix (Matrix4[optional] : Positionning matrix of the cone

Return value

   coneSurface (Surface) : The new cone surface