HNData Struct Reference

#include <c4d_basetag.h>

详细描述

Holds HyperNURBS weight tag data.

公共成员函数

  HNData ()

Public Attributes

Int32 points
Int32 polys
Float32 **  pointweight
PolyWeight **  polyweight
Bool changed

构造函数 & 析构函数文档编制

◆  HNData()

HNData ( )

Default constructor.

Member Data Documentation

◆  points

Int32 * points

Points to the point count.

◆  polys

Int32 * polys

Points to the polygon count.

◆  pointweight

Float32 ** pointweight

Points to an array of * points weights, one for each point.

◆  polyweight

PolyWeight ** polyweight

Points to an array of * polys polygon weights, one for each polygon.

◆  changed

Bool * changed

Points to a flag to set if any of the values are changed.