MaterialDragAndDrop Struct Reference

#include <c4d_baselist.h>

详细描述

Message struct for the MSG_MATERIALDRAGANDDROP message.

公共成员函数

  MaterialDragAndDrop ()

Public Attributes

BaseDocument doc
BaseObject op
BaseTag result

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

◆  MaterialDragAndDrop()

MaterialDragAndDrop ( )

Member Data Documentation

◆  doc

BaseDocument * doc

The current document. Cinema 4D owns the pointed document.

◆  op

BaseObject * op

The current object. Cinema 4D owns the pointed object.

◆  result

BaseTag * result

If you choose to create a tag of your own, point this pointer to it. Cinema 4D will create the undo and activate the tag but you still have to insert the tag manually onto the object.