Hello everybody,
I am struggling to have a clear projection of these three objects in all 6 faces of the box.
I would like to keep only the visible parts and dash the invisible ones.
Any ideas on how to achieve that?
Thank you very much!
Can either one be done using R8 instead? Pyramid Brep could be internalized, Custom Preview Lineweights (Human) can be ignored because it’s cosmetic, I don’t know what Two Way Domain(Pufferfish) does
Thanks Joseph,
I did try to use Make2d and read the previous articles, but I found if very complicated and laborious to use.
There must be another way to flatten a solid into a 2d component taking into account the visible and invisible lines though…
The Elefront part is just for the coloring and bake, the rest of the scripts should give you what you want. Considering the Make2d is made for the purpose of your need - you should invest the time to learn to use it. There’s really not a lot of options for you, short of coding it yourself with RhinoCommon functionalities.
I also don’t have that pyramid-thing plugin, but this is a very straightforward way to use Make2D to project on cube faces (the actual Make2D-related components are in the red group, not that complicated )
Setting up a script that creates an isomestric and dimetric views based on a plane sounds like an interesting project for me to familiarize myself with the Make2D and Model View components
Do you have the Make2D Parallel component? It should be in the same panel as Make2D if Rhino 7 has it.
Otherwise the simple answer is “no”. Without the Model View component, you cannot create your own views on the fly. You can only work with view created and set in Rhino.
The caveat is that you need to find the proper plane angle/direction/orientation/position per face. It’s not very intuitive in Rh7. Maybe @wim can assisit in finding the correct configuration for each 6 views…?