Project an object with color and texture

Proiezioni ortogonali.gh (59.7 KB)

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!

1 Like

Looks more like a box than a pyramid to me?

Make2D :question: But I found it horribly non-intuitive the last time I tried it.

Maybe these provides some insight.

No, because both of your examples require EleFront. :frowning:

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 :question:

Of course, it’s trivial:

I tried to replace Pyramid Brep with a simple cluster but missed something…?
I changed many hidden wires to ‘Feint’. All for nothing. :-1:


Proiezioni ortogonali_2024Nov2a.gh (68.9 KB)

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…

Thanks Toni but I cannot open Elefront plugin :frowning:

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.

If not required, why is it there?

, and

I know you are trying to help us understand Make2D but why be so inscrutable? We are no closer to having working code than we were ten posts ago :bangbang:

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 :+1: )

because I’m using the View Component, this will only work on R8

Proiezioni ortogonali_inno.gh (25.4 KB)

2 Likes

@inno beat me to it, but yeah, here’s the same basic example. Rh8, sans plugins.


6-faced projections.gh (17.3 KB)

2 Likes

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

Thank you very much Toni,
I do not have a “view component” you are using, can you please tell me where to download it?


Thank you

Hi Arch -

Model View is a standard Grasshopper component in Rhino 8; it’s not something you can download separately.
-wim

Oh thank you, I am using Rhino 7, is there a way to use another component to achieve the same definition passage?
Thank you Wim

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.

Hi @arch.lucadamore
You can use this component in Rh7.


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…?

1 Like