Caddy Controls

A caddy (also called a grip) is a collection of transparent UI elements that are shown in the viewport window. 3ds Max currently uses the caddy to allow the user to perform operations on editable polygon mesh surfaces, but it can be used wherever a plug-in requires convenient in-canvas controls.

A caddy can be implemented by a plug-in by overriding the IBaseGrip interface, and enabling it by using the caddy manager (IGripManager) which can be retrieved using the global function GetIGripManager(). See IGrip.h in the 3ds Max SDK for details.

There is sample code for caddies in: maxsdk\samples\mesh\editablepoly\polygrips.h and maxsdk\samples\mesh\editablepoly\polygrips.cpp