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