createRefs MethodStatic
Create an arc, capturing references to center, matrix and sweep.
- Default inputs construct a unit circle centered at the origin in the xy-plane.
createRefs(center?: Point3d, matrix?: Matrix3d, sweep?: AngleSweep, result?: Arc3d): Arc3d
Parameter | Type | Description |
---|---|---|
center | Point3d | center point. Default is zero. |
matrix | Matrix3d | matrix with columns vector0, vector90, and their unit cross product. Default is identity. |
sweep | AngleSweep | sweep limits. Default is full sweep. |
result | Arc3d | optional preallocated result to receive copies of the inputs (or default values) and return. |
Returns - Arc3d
Defined in
- curve/Arc3d.ts Line 380
Last Updated: 13 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.