3ds Max C++ API Reference
IPViewItemCreator.h

Functions

virtual bool CreateItem (int pviewX, int pviewY, Tab< INode * > *anchorNodes, Tab< INode * > *showNodes)
 A PView item may have its own creation routine. More...
 
FPInterfaceDescGetDesc ()
 

Detailed Description

Function Documentation

◆ CreateItem()

bool CreateItem ( int  pviewX,
int  pviewY,
Tab< INode * > *  anchorNodes,
Tab< INode * > *  showNodes 
)
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.

40 { return false; }

◆ GetDesc()

FPInterfaceDesc * GetDesc ( )
inlinevirtual
Remarks
Returns a pointer to the class which contains the interface metadata.

Implements FPInterface.

#define PVIEWITEMCREATOR_INTERFACE
Definition: IPViewItemCreator.h:20
virtual FPInterfaceDesc * GetDescByID(Interface_ID id)
Definition: ifnpub.h:613