Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Recent
    • Tags
    • Users
    • Login

    ID_CA_JOINT_OBJECT

    Scheduled Pinned Locked Moved SDK Help
    3 Posts 0 Posters 287 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H Offline
      Helper
      last edited by

      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.

      1 Reply Last reply Reply Quote 0
      • H Offline
        Helper
        last edited by

        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.

        1 Reply Last reply Reply Quote 0
        • H Offline
          Helper
          last edited by

          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!

          1 Reply Last reply Reply Quote 0
          • First post
            Last post