Click or drag to resize
AB4D logo

CadLine Class

And infinite line that is defined by a location and a direction. The IntervalStart and IntervalEnd define the start and end positions of the line. See also OpenCascade docs: Geom_Line
Inheritance Hierarchy
SystemObject
  Ab4d.OpenCascadeCadCurve
    Ab4d.OpenCascadeCadLine

Namespace: Ab4d.OpenCascade
Assembly: Ab4d.OpenCascade (in Ab4d.OpenCascade.dll) Version: 1.0.0
Syntax
C#
public class CadLine : CadCurve

The CadLine type exposes the following members.

Constructors
 NameDescription
Public methodCadLineInitializes a new instance of the CadLine class
Top
Fields
 NameDescription
Public fieldDirection Direction of the line.
Top
See Also