3ds Max C++ API Reference
|
Functions | |
virtual bool | CreateItem (int pviewX, int pviewY, Tab< INode * > *anchorNodes, Tab< INode * > *showNodes) |
A PView item may have its own creation routine. | |
FPInterfaceDesc * | GetDesc () |
|
inlinevirtual |
A PView item may have its own creation routine.
If so, then the item is given an opportunity to create itself when the item is created in Pview. sourceNodes is a list of anchor nodes for PViews, showNodes is a list of all additional nodes that are added to PView to show.
|
inlinevirtual |
Implements FPInterface.