createCenterNormalRadius MethodStatic

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

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

Parameter Type Description
center Point3d center of ellipse
normal Vector3d normal vector
radius number radius in x direction.
result Arc3d optional preallocated result.

Defined in

Last Updated: 08 January, 2020