Click or drag to resize
IGeEllipse Interface

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

The IGeEllipse type exposes the following members.

Properties
  NameDescription
Public propertyCenterPoint
Gets or sets ellipse center point.
Public propertyNormal
Gets or sets ellipse plane normal.
Public propertySemiMajorAxis
Gets or sets ellipse semi-major axis.
Public propertySemiMinorAxis
Gets or sets ellipse semi-minor axis.
Top
Methods
  NameDescription
Public methodIsCircle
Returns True if ellipse is a circle, otherwise returns False.
Top
See Also