FormIt C++ API
v23.0.0 (2023.0.0)
|
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. More... | |
WSM::Color | m_color |
The color of the edge, defaults to black. More... | |
bool | m_bIsArc = false |
Whether the curve represents an arc or a general string of edges. More... | |
::vector< Point3d > | m_aPoints |
An open loop of vertices. More... | |
bool | m_bHidden = false |
Is this object hidden? More... | |
::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.