#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 |
PolygonObject * op |
The polygon object that is to be subdivided.
Float lod |
The level of detail.
Int32 subdiv |
The subdivision level of op .