Version: 
Back to list

CAD :: getHyperbolaCurveDefinition

Synopsis

   get all parameters contained in the hyperbolaCurve

GUI Dialog

   

Script function

   cad.getHyperbolaCurveDefinition(hyperbolaCurve) -> (radius1, radius2, matrix)

Parameters

   hyperbolaCurve (HyperbolaCurve) : The hyperbolaCurve

Return value

   radius1 (Double) : The radius on x of the hyperbola
   radius2 (Double) : The radius on y of the hyperbola
   matrix (Matrix4) : The transformation matrix of the hyperbola