Data used to construct a string of edges.
#include <GeometryDataContainers.h>
Public Attributes | |
size_t | m_nLayerIndex = UNUSED_INDEX |
Index into the layer data array. | |
WSM::Color | m_color |
The color of the edge, defaults to black. | |
bool | m_bIsArc = false |
Whether the curve represents an arc or a general string of edges. | |
::vector< Point3d > | m_aPoints |
An open loop of vertices. | |
bool | m_bHidden = false |
Is this object hidden? | |
::vector<Point3d> WSM::CurveData::m_aPoints |
An open loop of vertices.
Edges are created between each sequential pair of points.
bool WSM::CurveData::m_bHidden = false |
Is this object hidden?
bool WSM::CurveData::m_bIsArc = false |
Whether the curve represents an arc or a general string of edges.
WSM::Color WSM::CurveData::m_color |
The color of the edge, defaults to black.
size_t WSM::CurveData::m_nLayerIndex = UNUSED_INDEX |
Index into the layer data array.