createCenterNormalRadius MethodStatic

Create a (full circular) arc from center, normal and radius

createCenterNormalRadius(center: undefined | Point3d, normal: Vector3d, radius: number, result?: Arc3d): Arc3d

Parameter Type Description
center undefined | Point3d center of ellipse. If undefined, center at 000
normal Vector3d normal vector
radius number radius in x direction.
result Arc3d optional preallocated result.

Returns - Arc3d

Defined in

Last Updated: 25 April, 2024