Line Class |
The Line class represents a single infinite line in 3D space. See LineSegment for
the implementation of a segment of a line.
SystemObject
Tekla.Structures.Geometry3dLine
Tekla.Structures.Geometry3dLine
Namespace: Tekla.Structures.Geometry3d
Assembly: Tekla.Structures (in Tekla.Structures.dll) Version: 2025.0.0-alpha00045580+dc02c3918546f1e94eb2d3b13ea99057fb3313e0
The Line type exposes the following members.
| Name | Description | |
|---|---|---|
| Line |
Instantiates a line with an undefined direction.
| |
| Line(LineSegment) |
Instantiates a line defined by the given line segment.
| |
| Line(Point, Point) |
Instantiates a line defined by the given points.
| |
| Line(Point, Vector) |
Instantiates a line defined by the given point and direction vector.
|