Version:
2021.1
2020.2
2020.1
2019.2
2019.1
2018.3
Back to list
CAD :: getEllipseCurveDefinition
Synopsis
get all parameters contained in the ellipseCurve
GUI Dialog
Script function
cad.getEllipseCurveDefinition
(
ellipseCurve
) -> (
radius1
,
radius2
,
matrix
)
Parameters
ellipseCurve
(
EllipseCurve
) : The ellipseCurve
Return value
radius1
(
Double
) : The radius on x of the ellipse
radius2
(
Double
) : The radius on y of the ellipse
matrix
(
Matrix4
) : The transformation matrix of the ellipse