+ Reply to Thread
Results 1 to 3 of 3

Thread: JoinMeshs

  1. #1

    JoinMeshs

    Hi all,
    I remember in rhino4 there was a method called joinmeshes.
    what ever happened to that?

    So in my situation, I have several meshes being created in my code, and i want a way to join these meshes with out using rs.selectobjects() and rs.command( "_join " ) and then rs.command( "_weld _180 " )

    any thoughts?

  2. #2
    Senior Member Steve Baer's Avatar
    Join Date
    Apr 2010
    Location
    Seattle
    Posts
    1,464
    Blog Entries
    19
    I just added a JoinMeshes function to rhinoscriptsyntax. This will be available in the next V5 beta, or if you just can't wait until then you can get the updated script from
    https://github.com/mcneel/rhinopytho...script/mesh.py

    Thanks,
    -Steve

  3. #3
    Thanks alot steve! this really helps!!

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts