setRefs Method
Redefine the arc with (captured references to) given data.
setRefs(center: Point3d, matrix: Matrix3d, sweep: AngleSweep): void
| Parameter | Type | Description |
|---|---|---|
| center | Point3d | arc center. |
| matrix | Matrix3d | matrix with columns vector0, vector90, and their unit cross product. |
| sweep | AngleSweep | angle sweep. |
Returns - void
Defined in
- curve/Arc3d.ts Line 333
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.