Version:
2021.1
2020.2
2020.1
2019.2
2019.1
2018.3
Back to list
CAD :: getTabulatedCylinderSurfaceDefinition
Synopsis
get all parameters contained in the TabulatedCylinderSurface
GUI Dialog
Script function
cad.getTabulatedCylinderSurfaceDefinition
(
tabulatedCylinderSurface
) -> (
directrixCurve
,
generatrixLine
,
range
)
Parameters
tabulatedCylinderSurface
(
TabulatedCylinderSurface
) : The tabulatedCylinderSurface
Return value
directrixCurve
(
LimitedCurve
) : The directrix curve of the tabulatedCylinderSurface
generatrixLine
(
Point3
) : The generatrix line of the tabulatedCylinderSurface
range
(
Bounds1D
) : The range of the tabulatedCylinderSurface