Version: 
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