Click or drag to resize
GeCircle Constructor
Overload List
  NameDescription
Public methodGeCircle
Initializes a new instance of the circle.
Public methodGeCircle(IGeCircle)
Initializes a new instance of the circle using specified circle.
Public methodGeCircle(IGeCircularArc)
Initializes a new instance of the circle using specified circular arc.
Public methodGeCircle(GeCoordinate, GeLength)
Initializes a new instance of the circle using center point and radius.
Public methodGeCircle(GeCoordinate, GeCoordinate, GeCoordinate)
Initializes a new instance of the circle using three specified non-colinar coordinates.
Public methodGeCircle(GeCoordinate, GeLength, GeVector)
Initializes a new instance of the circle using center point, radius and vector normal to the circle plane.
Public methodGeCircle(GeCoordinate, GeLength, IGePlane)
Initializes a new instance of the circle using center point, radius and plane.
Top
See Also