Need Urgent Help


Archi ex3.3dm (235.2 KB)
Greeting
I need help projecting the clip in a red layer on the mesh to create the joinery.
Can anyone please help me in this regard? I really appreciate the help.

You want this joint on every internal edge of the hexagon?

Seems difficult if not impossible to assemble…

There are some problems with what you are doing. I feel like the n-gons are likely not planar, there is an algorithm to force them to be planar, however this will deform the edges a bit.

Assuming they are planar, you can then query the normals on two faces, average them and and the clip would then be oriented in that direction.

yes . i want to connect the internal .

thats why i am asking how i will do it

To get this done in any reasonable amount of time you would need to use algorithmic methods. Without actually doing it for you would need to do the following:

Identify an edge E(A,B).
Calculate the normals N(A) and N(B).
Orient your clip at point (A+B)/2 and normal (N(A)+N(B))/2

1 Like