ID_CA_JOINT_OBJECT

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.

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

On 10/06/2008 at 12:43, xxxxxxxx wrote:

If this is outside the Cinema 4D 'Resource' folder, you'll need to do one of two things:

- Include the path to the header in your project include directories.

- Copy these resources to your copy of the Resource folder (if you are using a copy and not the active one). This is what I'm doing.

These newer resources are in Cinema 4D 'modules' folder.

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

On 11/06/2008 at 02:24, xxxxxxxx wrote:

Grazie!