Version:
2021.1
2020.2
2020.1
2019.2
2019.1
2018.3
Back to list
CAD :: getHermiteCurveDefinition
Synopsis
get all parameters contained in the hermiteCurve
GUI Dialog
Script function
cad.getHermiteCurveDefinition
(
hermiteCurve
) -> (
firstPoint
,
secondPoint
,
firstTangent
,
secondTangent
)
Parameters
hermiteCurve
(
HermiteCurve
) : The HermiteCurve
Return value
firstPoint
(
Point3
) : The first point of the hermiteCurve
secondPoint
(
Point3
) : The second point of the hermiteCurve
firstTangent
(
Point3
) : The first tangent of the hermiteCurve
secondTangent
(
Point3
) : The second tangent of the hermiteCurve