|
dgnlib
|
#include <dgnlib.h>
Public Attributes | |
| DGNElemCore | core |
| int | num_vertices |
| DGNPoint | vertices [1] |
Multipoint element
The core.stype code is DGNST_MULTIPOINT.
Used for: DGNT_LINE(3), DGNT_LINE_STRING(4), DGNT_SHAPE(6), DGNT_CURVE(11), DGNT_BSPLINE_POLE(21)
| int DGNElemMultiPoint::num_vertices |
Number of vertices in "vertices"
| DGNPoint DGNElemMultiPoint::vertices[1] |
Array of two or more vertices
1.8.14