THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 18/10/2004 at 19:07, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.5+
Platform: Windows ; Mac ; Mac OSX ;
Language(s) : C++ ;
---------
Howdy,
When description link elements are created in GetDDescription, how do I use DESC_REFUSE and DESC_ACCEPT? The SDK doc says this about them:
DESC_ACCEPT - BaseContainer - Contains the accepted IDs as strings. (E.g. GetString(5155) == "Obase".)
DESC_REFUSE - BaseContainer - Contains the refused IDs as strings. (E.g. GetString(5155) == "Obase".)
Should I be using SetContainer(LONG id, const BaseContainer& s)
If so, how does it work? The second parameter is a BaseContainer but DESC_ACCEPT and DESC_REFUSE need to contain strings (E.g. GetString(5155) == "Obase".).
Thanks in advance for any help.
Adios,
Cactus Dan