Version:
2021.1
2020.2
2020.1
2019.2
2019.1
2018.3
Back to list
CAD :: getTorusSurfaceDefinition
Synopsis
get all parameters contained in the torusSurface
GUI Dialog
Script function
cad.getTorusSurfaceDefinition
(
torusSurface
) -> (
majorRadius
,
minorRadius
,
matrix
)
Parameters
torusSurface
(
TorusSurface
) : The torusSurface
Return value
majorRadius
(
Double
) : The major radius of the torusSurface
minorRadius
(
Double
) : The minor radius of the torusSurface
matrix
(
Matrix4
) : The transformation matrix of torusSurface