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

    Cutpoint of a sphere with a spline

    SDK Help
    0
    4
    403
    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 16/12/2003 at 02:20, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   8.500 
      Platform:      
      Language(s) :   C.O.F.F.E.E  ;

      ---------
      How i can calculate this in coffee?
      Cut of a sphere with a line is not a problem. But a sphere with C4D spline object - i dont know.

      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 24/12/2003 at 02:55, xxxxxxxx wrote:

        You can get a point along the spline as well as the tangent. Then you can just search for the cutpoint numerically. (See SplineObject.)

        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 27/10/2004 at 03:09, xxxxxxxx wrote:

          is there Xpress/COFFEE combination for this? Mikael your method doesn't give exact point but only an estimation.

          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 27/10/2004 at 05:52, xxxxxxxx wrote:

            I doubt there is an analytical solution to your problem, you'll have to go with some kind of numerical estimation anyway. The best is probably to use the Line Segments generated from the Spline anyway, because otherwise you won't be able to include any effects that come from deformation. Intersection of Line Segments with Spheres should be pretty simple again.

            Hope that helps
            Timm

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