Gets the circle's 3d axis aligned bounding box.
Gets or sets the center point of this circle.
Gets or sets the circumference of this circle.
Gets or sets the diameter (radius * 2.0) of this circle. Diameters should be positive values.
A valid circle has radius larger than 0.0 and a base plane which is must also be valid.
Gets the normal vector for this circle.
Gets or sets the plane of the circle.
Gets or sets the radius of this circle. Radii should be positive values.
Plane.
Tolerance to use.
true if the circle plane is co-planar with the given plane within tolerance.
A nurbs curve representation of this circle or null if no such representation could be made.
Transformation to apply.
true on success, false on failure.
Description
Initializes a circle with center (0,0,0) in the world XY plane.