DescID

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

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

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!

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 06/03/2003 at 10:51, xxxxxxxx wrote:

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.)