Version:
2021.1
2020.2
2020.1
2019.2
2019.1
2018.3
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