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
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Not generating mesh properly

    Scheduled Pinned Locked Moved PYTHON Development
    2 Posts 0 Posters 280 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 11/09/2012 at 04:10, xxxxxxxx wrote:

      I created an Object Data object that creates a mesh, using a SweepNURBS.
      The path and profile are provided through Link fields in the object attributes.
      It all works fine as long as the object (my Object Data object) is on top of the list, above the spline that will be used as profile.
      If I place the Object Data object below the spline that is used as the profile, it stops working.

      If I convert the Object Data object to an editable object, by pressing "C", I can see the problem:

      If the Object Data object was above the profile spline, the converted object is:

      SweepNURBS
      |_profile
      |_path

      If the Object Data object was below the profile spline, the converted object is:

      SweepNURBS
      |_path

      Why could this be happening?

      Rui Batista

      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 13/09/2012 at 06:17, xxxxxxxx wrote:

        Ok, found out that it is not enough to use a clone of the spline. I had to create a live spline with SendModelingCommand and a CURRENTSTATETOOBJECT.

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