Version:
2021.1
2020.2
2020.1
2019.2
2019.1
2018.3
Back to list
CAD :: createConeSurface
Synopsis
Create a new cone surface
GUI Dialog
Script function
cad.createConeSurface
(
radius
,
semiAngle
[,
matrix
]) ->
coneSurface
Parameters
radius
(
Distance
) : Radius of the cone at origin
semiAngle
(
Angle
) : Semi-angle of the cone
matrix
(
Matrix4
)
[optional]
: Positionning matrix of the cone
Return value
coneSurface
(
Surface
) : The new cone surface