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

Last Updated: 13 October, 2025