createXYEllipse MethodStatic
Create a new arc which is parallel to the xy plane, with given center and x,y radii, and optional angle sweep
createXYEllipse(center: Point3d, radiusA: number, radiusB: number, sweep?: AngleSweep, result?: Arc3d): Arc3d
| Parameter | Type | Description | 
|---|---|---|
| center | Point3d | center of ellipse. | 
| radiusA | number | x axis radius. | 
| radiusB | number | y axis radius. | 
| sweep | AngleSweep | angle sweep. Default is full circle. | 
| result | Arc3d | optional preallocated object to populate and return. | 
Returns - Arc3d
Defined in
- curve/Arc3d.ts Line 1152
 
Last Updated: 30 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.