#include <c4d_basetag.h>
Holds HyperNURBS weight tag data.
Public Member Functions | |
| HNData () | |
Public Attributes | |
| Int32 * | points | 
| Int32 * | polys | 
| Float32 ** | pointweight | 
| PolyWeight ** | polyweight | 
| Bool * | changed | 
| HNData | ( | ) | 
Default constructor.
| Int32* points | 
Points to the point count.
| Int32 * polys | 
Points to the polygon count.
| PolyWeight** polyweight | 
Points to an array of *polys polygon weights, one for each polygon.
| Bool* changed | 
Points to a flag to set if any of the values are changed.