PolyLine Class |
The PolyLine class represents a line that consists of one or more line segments.
To create a polyline, you have to give a list of the points that will form the polyline.
The first point in the list will be connected with the second point in the list,
the second point in the list will be connected with the third point in the list, etc.
SystemObject
Tekla.Structures.Geometry3dPolyLine
Tekla.Structures.Geometry3dPolyLine
Namespace: Tekla.Structures.Geometry3d
Assembly: Tekla.Structures (in Tekla.Structures.dll) Version: 2026.0.0-alpha00057080+93cd22c410a086ecc356b7088d4daaf2e12907eb
The PolyLine type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals |
Returns true if the objects are equal.
(Overrides ObjectEquals(Object).) | |
| GetHashCode |
Returns a hash code for a polyline.
Notice, in extremely rare cases, you might not get the same
hash code for two polylines even though they are considered equal! This
should, however, happen only in extremely rare cases!
(Overrides ObjectGetHashCode.) | |
| Length |
Returns the length of a polyline.
|
| Name | Description | |
|---|---|---|
| Equality |
Checks the equality of two polylines.
| |
| Inequality |
Checks the inequality of two polylines.
|