Skip to content

M_Rhino_Geometry_Circle__ctor_6

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Circle Constructor (Double)

Initializes a circle with center (0,0,0) in the world XY plane.

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

Syntax

C#

public Circle(
	double radius
)

VB

Public Sub New ( 
	radius As Double
)

Parameters

 

radius
Type: System.Double
Radius of circle, should be a positive number.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Circle Structure
Circle Overload
Rhino.Geometry Namespace

Clone this wiki locally