Version:
2021.1
2020.2
2020.1
2019.2
2019.1
2018.3
Back to list
CAD :: createHermiteCurve
Synopsis
Create a Hermite Curve
GUI Dialog
Script function
cad.createHermiteCurve
(
FirstPoint
,
FirstTangent
,
SecondPoint
,
SecondTangent
) ->
HermiteCurve
Parameters
FirstPoint
(
Point3
) : Starting point of the curve
FirstTangent
(
Point3
) : Tangent of the starting point
SecondPoint
(
Point3
) : Ending point of the curve
SecondTangent
(
Point3
) : Tangent of the ending point
Return value
HermiteCurve
(
LimitedCurve
) : Hermite curve