#include <HUtility.h>
Public Attributes | |
HPoint * | m_pHPointArray |
A pointer to an array of HPoint objects. | |
HPolyline * | m_pNextPolyline |
A pointer to a single HPolyline object. | |
int | m_PointCount |
Number of points in the polyline. |
The HPolyline class encapsulates the x, y, and z coordinates of a 3-dimensional polyline. The 'points' member can be passed to native HOOPS routines such as HC_Insert_Polyline.