Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/03/2003 at 09:29, xxxxxxxx wrote:
User Information: Cinema 4D Version: 8.012 Platform: Windows ; Mac ; Mac OSX ; Language(s) : C++ ;
--------- Certain functions return DescID. I am not sure how to find what the actual id is?
bt
On 06/03/2003 at 10:51, xxxxxxxx wrote:
DescID = Description ID. Most of the time same you are using in your description resource files!
Oops, it looks like DescID isn't included in the docs. I don't know why because I remember documenting its members. But the interface is in lib_description.h and is pretty self explanatory. Just use the [] operator to access the different levels. (What functions did you have in mind? Normally there shouldn't be any need to decompose this ID.)