Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware 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
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Remove Object from Document? - Dimensions

    SDK Help
    0
    3
    239
    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
      Helper
      last edited by

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

      On 05/05/2004 at 00:02, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   8.206 
      Platform:   Windows  ;   
      Language(s) :     C++  ;

      ---------
      Hi,
      here's another interesting Question 🙂
      How can I remove an Object from a Scene in C++ SDK ???
      I've been looking for a command but didn't find. Furthermore I'd like to change the initial dimensions of an Object when creating it. How can this be done?!?
      Thank you!

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

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

        On 05/05/2004 at 04:16, xxxxxxxx wrote:

        Hi,
        did you have a look at any of the SDK example files. There are tons of examples showing how to change any predefined parameters of parametric objects. You should definetly do so.
        And removing an object is done via...Tata: Remove() 🙂 You will need to free the object afterward though yourself.
        Example:
        op->Remove();
        BaseObject::Free(op);
        Samir

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

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

          On 05/05/2004 at 07:20, xxxxxxxx wrote:

          Hi,
          actually I tried Remove() but unfortunately forgot to add EventAdd(FORCEREDRAW); so I couldn't see the changes.
          Thank you anyway, finally somebody has to fill this archive with all the basic questions 🙂
          Lawn

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