Version:
2021.1
2020.2
2020.1
2019.2
2019.1
2018.3
Back to list
CAD :: getEllipticConeSurfaceDefinition
Synopsis
get all parameters contained in the ellipticConeSurface
GUI Dialog
Script function
cad.getEllipticConeSurfaceDefinition
(
ellipticConeSurface
) -> (
radius1
,
radius2
,
semiAngle
,
matrix
)
Parameters
ellipticConeSurface
(
EllipticConeSurface
) : The EllipticConeSurface
Return value
radius1
(
Double
) : The radius on X of the coneSurface
radius2
(
Double
) : The radius on Y of the coneSurface
semiAngle
(
Double
) : The semiAngle of coneSurface
matrix
(
Matrix4
) : The transformation matrix of coneSurface