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