createCircularStartEndRadius MethodStatic

Create a circular arc defined by start and end points and radius.

createCircularStartEndRadius(start: Point3d, end: Point3d, radius: number, helper: Point3d | Vector3d): undefined | Arc3d

@returns the constructed arc, or undefined if desired arc cannot be constructed.

Parameter Type Description
start Point3d start point of the arc.
end Point3d end point of the arc.
radius number  
helper Point3d | Vector3d a third point near the arc in its plane, or a vector in the direction of the arc normal.

Returns - undefined | Arc3d

the constructed arc, or undefined if desired arc cannot be constructed.

Defined in

Last Updated: 14 November, 2024