THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 27/05/2011 at 12:32, xxxxxxxx wrote:
User Information:
Cinema 4D Version:
Platform:
Language(s) :
---------
Hi ! First, sorry for my bad english.
I need to get the type of the objects in my scene, and, according to this type, get the properties of this object.
In the SDK I can find all objects types available (Opoint, Obone....) in the "BaseObject" page and I have seen examples to test the type. OK.
Now, I have seen an example to get the 'Length" property of a bone
container->GetData(BONEOBJECT_LENGTH)
Ok, I have this example with the flag I am searching ( BONEOBJECT_LENGTH), but where can I get a list of all available flags according to the type of object in the SDK?
Thanks for your help