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

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

Parameters

center
Type: FDF.Common.GeometriesGeCoordinate
Circle center point.
radius
Type: FDF.Common.GeometriesGeLength
Circle radius.
normal
Type: FDF.Common.GeometriesGeVector
Circle plane normal vector.
Remarks