createCenterNormalRadius MethodStatic
Create a full circle from center, normal and radius.
createCenterNormalRadius(center: Point3d, normal: Vector3d, radius: number, result?: Arc3d): Arc3d
| Parameter | Type | Description | 
|---|---|---|
| center | Point3d | center of circle. If undefined, use 000. | 
| normal | Vector3d | normal vector. | 
| radius | number | radius of the circle. | 
| result | Arc3d | optional preallocated result. | 
Returns - Arc3d
Defined in
- curve/Arc3d.ts Line 412
 
Last Updated: 30 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.