set Method
Redefine the arc with (copies of) the given data.
- Even if an input is omitted, the corresponding instance data is set to the default value.
- For example, all default inputs result in a unit circle centered at the origin in the xy-plane.
set(center?: Point3d, matrix?: Matrix3d, sweep?: AngleSweep): Arc3d
@returns the instance
Parameter | Type | Description |
---|---|---|
center | Point3d | arc center. Default is zero. |
matrix | Matrix3d | matrix with columns vector0, vector90, and their unit cross product. Default is identity. |
sweep | AngleSweep | angle sweep. Default is full sweep. |
Returns - Arc3d
the instance
Defined in
- curve/Arc3d.ts Line 347
Last Updated: 13 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.