Click or drag to resize
IGeLine Interface

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

The IGeLine type exposes the following members.

Properties
  NameDescription
Public propertyDirection
Gets or sets direction vector of this line.
Public propertyL
Gets or sets L prameter of this line.
Public propertyM
Gets or sets M prameter of this line.
Public propertyN
Gets or sets N prameter of this line.
Public propertyOrigin
Gets or sets coordinate sitting on this line.
Top
See Also