Click or drag to resize
GeCircle Constructor (GeCoordinate, GeLength, IGePlane)
Initializes a new instance of the circle using center point, radius and plane.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public GeCircle(
	GeCoordinate center,
	GeLength radius,
	IGePlane plane
)

Parameters

center
Type: FDF.Common.GeometriesGeCoordinate
Circle center point.
radius
Type: FDF.Common.GeometriesGeLength
Circle radius.
plane
Type: FDF.Common.GeometriesIGePlane
Circle plane.
Remarks