M_Rhino_Geometry_Circle__ctor_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Circle Constructor (Plane, Point3d, Double)

Initializes a circle parallel to a given plane with given center and radius.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Circle(
	Plane plane,
	Point3d center,
	double radius
)

VB

Public Sub New ( 
	plane As Plane,
	center As Point3d,
	radius As Double
)

Parameters

 

plane
Type: Rhino.Geometry.Plane
Plane for circle.
center
Type: Rhino.Geometry.Point3d
Center point override.
radius
Type: System.Double
Radius of circle (should be a positive value).

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Circle Structure
Circle Overload
Rhino.Geometry Namespace

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