SolidKit3D.LineSegmentByRef class
From Solid Graphics Wiki
| ||||||||||
The LineSegmentByRef struct specifies a line segment in 3D space using two integer values. The values specify indexes into a point array which contain actual line segment start and end points coordinates. Therefore using this type is always accompanied by using some kind of point list type, usually the SolidKit3D.PointList class.
Constructors
Struct constructor allows to initialize the line segment from two integer values.
Fields
| Field name | Type | Description |
| Start | Point | Index of the line segment's start point. |
| End | Point | Index of the line segment's end point. |
Methods
| Method name | Description |
| SwapPoints | Swaps line segment's start and end points. |
Operators
The class has no public operators.
See Also
SolidKit Library Documentation
