Click or drag to resize
IGeEllipticalArc Interface

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

The IGeEllipticalArc 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
See Also