HNSubdiv Struct Reference

#include <c4d_basetag.h>

详细描述

Determines the current subdivision for SDS objects.
Fills op and lod and send a MSG_RETRIEVEPRIVATEDATA message to the SDS object.
The flags must be 0 and data must point to a HNSubdiv struct.
If the message succeeds, subdiv is filled with the current subdivision of op .

Public Attributes

PolygonObject op
Float   lod
Int32   subdiv

Member Data Documentation

◆  op

PolygonObject * op

The polygon object that is to be subdivided.

◆  lod

Float lod

The level of detail.

◆  subdiv

Int32 subdiv

The subdivision level of op .