Click or drag to resize
IGeCircle Interface

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public interface IGeCircle : IGeConic

The IGeCircle type exposes the following members.

Properties
  NameDescription
Public propertyCenterPoint
Gets or sets circle center point.
Public propertyNormal
Gets or sets circle plane normal.
Public propertyRadius
Gets or sets circle radius.
Top
See Also