Click or drag to resize
IGeCurveSegment Interface
Base interface for 1-dimensional geometry, representing a segment of a finite curve.

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

The IGeCurveSegment type exposes the following members.

Properties
  NameDescription
Public propertyEndParameter
Gets or sets end parameter of the curve segment. Specified value must lie within curve interval.
Public propertyEndPoint
Gets or sets end point of this curve segment.
Public propertyMidPoint
Gets or sets mid point of this curve segment.
Public propertyStartParameter
Gets or sets start parameter of the curve segment. Specified value must lie within curve interval.
Public propertyStartPoint
Gets or sets start point of this curve segment.
Top
Methods
  NameDescription
Public methodGetConic
Returns curve without upper or lower bound.
Top
Remarks