Properties_T_Rhino_Geometry_Circle - mcneel/rhinocommon-api-docs GitHub Wiki

Circle Properties

The Circle type exposes the following members.

Properties

 

Name Description
Public property BoundingBox Gets the circle's 3d axis aligned bounding box.
Public property Center Gets or sets the center point of this circle.
Public property Circumference Gets or sets the circumference of this circle.
Public property Diameter Gets or sets the diameter (radius * 2.0) of this circle. Diameters should be positive values.
Public property IsValid A valid circle has radius larger than 0.0 and a base plane which is must also be valid.
Public property Normal Gets the normal vector for this circle.
Public property Plane Gets or sets the plane of the circle.
Public property Radius Gets or sets the radius of this circle. Radii should be positive values.
Public propertyStatic member Unset Gets a circle with Unset components.
  Back to Top

See Also

Reference

Circle Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️