createArcPointTangentPoint MethodStatic

Create a circular arc defined by start point, tangent at start point, and end point.

  • The circular arc is swept from start to end toward direction of the tangentAtStart.
  • If tangent is parallel to line segment from start to end, return undefined.

createArcPointTangentPoint(start: Point3d, tangentAtStart: Vector3d, end: Point3d): undefined | Arc3d

Parameter Type Description
start Point3d  
tangentAtStart Vector3d  
end Point3d  

Returns - undefined | Arc3d

Defined in

Last Updated: 14 November, 2024