+ Reply to Thread
Results 1 to 6 of 6

Thread: Weld Mesh

  1. #1

    Weld Mesh

    Hi Steve,
    I'm trying to weld the attached mesh by Rhino Common, with this python script, but I'm not able to set the angleToleranceRadians.
    Can you help me?
    Thanks in advance,
    g
    Attached Files

  2. #2
    hi gianpaolo,

    I tried to run your script but it is throwing an error.

    Message: No module named utility

    What exactly is the utility module that you import as rhutil?

    Thanks for help!!!

    Best g

  3. #3
    Hi Geef,
    You should find the file "utility.py" in a folder like "C:\Users\.....\AppData\Roaming\McNeel\Rhinoceros\ 5.0\Plug-ins\IronPython (814d908a-e25c-493d-97e9-ee3861957f49)\settings\lib\rhinoscript".
    You can add the folder to the RhinoPythonEditor by Tools-Options...-Files
    Attached you can find the file.
    Thanks,
    g
    Attached Files

  4. #4
    Hello Pierpaolo,

    as Utility is really in the rhinoscript folder, you can also just say:
    import rhinoscript.utility

    without adding new paths.
    On the other hand, the Weld method seems to leave invalid meshes. I've added a bugtracker item.
    https://github.com/mcneel/rhinocommon/issues/95

    Thanks,
    - Giulio
    Last edited by Giulio Piacentino; 04-17-2012 at 05:34 PM.

  5. #5

  6. #6
    Thanks for that, I was looking to do something similar.

+ Reply to 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