THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 07/04/2005 at 01:07, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.1
Platform: Windows ;
Language(s) : C++ ;
---------
Is there any documentation about the automated handles interface? I couldnt find any, but it is mentioned in the sdk description of the so-called helperroutines GetHandle/SetHandle/GetHandleCount.
It is not used in any example. They all use the MoveHandle and DetectHandle routines. The SDK says about those two routines:
"Note: You only need to override this function if you're not using the GetHandle()/SetHandle() convenience functions."
There is no hint on how to instantiate a Handle or how to use it.
TIA
P.S.
In c4d_baseobject.h there is an undocumented inlined function GetHighlightHandle() but no SetHighlightHandle()?