THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 10/06/2008 at 06:35, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10.5
Platform: Windows ;
Language(s) : C++ ;
---------
Hi, I would like to change the length parameter for a CAJointObject:
> \> \> \> GeData d; \> long refLength = next->GetParameter(DescID(ID_CA_JOINT_OBJECT_LENGTH), d, 0); \> \>
There is an error because the compiler does not find ID_CA_JOINT_OBJECT_LENGTH. How do I include the right files so ID_CA_JOINT_OBJECT_LENGTH is found? And which way is the best to get parameters like this?
Thx
J.