|
Rhino C++ API
8.24
|
Lines helper class used to describe and draw large chunks of lines. More...
#include <rhinoSdkDisplayEngineAttributes.h>
Public Member Functions | |
| CLinesDescriptor (const ON_3dPoint *points, int count) | |
Public Attributes | |
| ON_Color | m_Color |
| int | m_Count |
| number of points in m_Points More... | |
| UINT | m_Pattern = 0xFFFFFFFF |
| const ON_3dPoint * | m_Points |
| int | m_Thickness = 1 |
Lines helper class used to describe and draw large chunks of lines.
|
inline |
| ON_Color CLinesDescriptor::m_Color |
| int CLinesDescriptor::m_Count |
number of points in m_Points
individual line segment pairs. (moveto, lineto), (moveto, lineto),...
| UINT CLinesDescriptor::m_Pattern = 0xFFFFFFFF |
| const ON_3dPoint* CLinesDescriptor::m_Points |
consecutive points that make up
| int CLinesDescriptor::m_Thickness = 1 |
1.8.17