A circle is defined by its position and radius.
new Circle(
position,radius):Circle
Creates a circle from a position axis and radius.
Throws a RangeError if radius is negative.
Position axis of the circle.
number
Radius of the circle.
Circle
readonlyposition:Axis3d
Position axis of the conic curve.
get id():
bigint
Returns the unique identifier of the object.
bigint
get radius():
number
Radius of the circle.
number
get type():
CurveType
Type of the curve.