586,679 active members*
3,045 visitors online*
Register for free
Login
IndustryArena Forum > CAD Software > Rhino 3D > how to see whether parts fit in Rhino model?
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2009
    Posts
    66

    how to see whether parts fit in Rhino model?

    Hello:

    I am a newbie on Rhino. I have played some simple models using Rhino and read some tutorials.

    I have a question, if someone can help me with that, I will very appreciate that.

    Say, if I have two parts, one has some holes on it, and another one has some extruding posts. I expect they march together. Is there a way in Rhino which allows me to check whether they can fit well with each other?

    thanks a lo!

  2. #2
    Join Date
    Apr 2005
    Posts
    101
    Dear yang_cnc:

    I can't give you a definitive answer, but I would like to offer a few considerations:

    A few years back, I was trying to use Rhino (version 2!) to draw a complex machine
    (a CNC router, actually) consisting of about 100 different parts... I soon found
    out that, apparently, this kind of application isn't Rhino's forte: Rhino expects you
    to build a complex model as a whole... if you then want to change a part, you essentially
    have to start from scratch.

    To solve this problem, I wrote a macro which would "assemble" a complex model by mounting
    each of its parts: each part was a separate Rhino file, and a text file would contain the
    instructions about each part needed and where it should be placed in the assembly. Of course,
    the same part could be used more than once in different places in the assembly...

    This approach worked very well, and then I started thinking about the same problem you
    presented: could I test my assembly, to make sure that:
    a) there where no intersecting parts and b) there was no floating part, ie: each part
    "touched" at least another part...

    I was able to write a macro to test for a): It would open the assembly and take each
    pair of parts, trying to find the intersection; if the operations succeeded, ie: if
    the intersection wasn't null, then the parts were interfering. This also worked fine.

    To test for b), I intended to write another macro, similar to the above, trying to
    union each pair of parts; a part wouldn't be "floating" if at least one of these
    unions was successfull... However, I didn't finish writing this second test since
    I started working on something else and left Rhino aside.

    I now intend to start over, with version 4, upgrading the 2 macros above and going further,
    essentialy trying to add some parametrization to Rhino via macros, and emulating, also
    via macros, basic machining operations, so that you could start with chunks of raw material,
    in addition to ready-built part models... I think I know how to approach these problems,
    but it will take quite a few hours of programming...

    Notice, however, that these strategies are still very primitive: a real machine model
    should consider not only "touching" parts, but also things like the interface between
    a spindle and a bushing, were a minute air space should be present...

    Anyhow, except if some Rhino guru has a better asnwer, I think that Rhino isn't (or wasn't,
    in version 2) intended for this kind of application, even though some tricks like the
    ones I described could patch things to a certain extent... I understand that these applications
    are the domain of much more expensive and comples packages, like SolidWorks, but I never
    had a chance to work with those high-end engineering appications...

    Nelson

  3. #3
    Join Date
    May 2009
    Posts
    66
    Dear Nelson:

    10000 thanks for your generous and insightful answer! While currently I do not expect to make very complex model, I think your approach should be working for me. Getting all things work together is my first goal

    Have a great day!
    yang_cnc

Similar Threads

  1. Rhino Video Tutorial - Create a Diamond Solid in Rhino
    By Robert Schutz in forum Rhino 3D
    Replies: 2
    Last Post: 06-02-2008, 07:58 PM
  2. Replies: 0
    Last Post: 11-13-2006, 08:55 AM
  3. The Rhino Pen: A Gallery of Rhino Drawings
    By BobWarfield in forum Rhino 3D
    Replies: 4
    Last Post: 06-08-2006, 05:19 PM
  4. Leaving tabs for model parts
    By Ninjak2k in forum SheetCam
    Replies: 2
    Last Post: 03-30-2005, 09:04 AM
  5. jerky toolpath from rhino model
    By senor J. in forum Rhino 3D
    Replies: 3
    Last Post: 02-08-2005, 12:36 AM

Posting Permissions

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