3ds Max C++ API Reference
Loading...
Searching...
No Matches
ikctrl.h File Reference
#include "ref.h"
#include "control.h"

Classes

class  IKDriverControl
 
class  IKDrivenControl
 

Macros

#define IKDRIVER_CLASSID   Class_ID(0xa91004be,0x9901fe83)
 
#define IKDRIVEN_CLASSID   Class_ID(0xbe380a31,0x310dc9e4)
 

Functions

CoreExport IKDriverControlCreateIKDriverControl ()
 
CoreExport IKDrivenControlCreateIKDrivenControl (IKDriverControl *driver, INode *drivenNode)
 

Macro Definition Documentation

◆ IKDRIVER_CLASSID

#define IKDRIVER_CLASSID   Class_ID(0xa91004be,0x9901fe83)

◆ IKDRIVEN_CLASSID

#define IKDRIVEN_CLASSID   Class_ID(0xbe380a31,0x310dc9e4)

Function Documentation

◆ CreateIKDriverControl()

CoreExport IKDriverControl * CreateIKDriverControl ( )
Remarks
This global function creates a new IK driver controller.

◆ CreateIKDrivenControl()

CoreExport IKDrivenControl * CreateIKDrivenControl ( IKDriverControl driver,
INode drivenNode 
)
Remarks
This global function creates and returns a pointer to a new IK driven controller by specifying the driver controller and a node to which the driven controller is assigned.
Parameters:
IKDriverControl* driver

Points to the driver controller to use.

INode* drivenNode

Points to the driven node to use.