M_Rhino_Geometry_Circle__ctor_1 - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public Circle(
Plane plane,
Point3d center,
double radius
)
VB
Public Sub New (
plane As Plane,
center As Point3d,
radius As Double
)
- 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).
Supported in: 6.0.16224.21491, 5D58w