OSArch Community

[BlenderBIM] joining wall faces in elevations

  1. S

    How to remove this line on elevation view

  2. B

    The line should go away if you mitre the wall corners

  3. G

    Ideally it should not be drawn at all if the walls are made with the same material though, right ?

  4. A

    @Gorgious said:

    Ideally it should not be drawn at all if the walls are made with the same material though, right ?

    yes ideally, but as a workaround mitre-ing the corners works

  5. T
  6. S

    thanks @brunopostle @Ace @theoryshaw

  7. S

    @Gorgious said:

    Ideally it should not be drawn at all if the walls are made with the same material though, right ?

    yes

  8. T

    I bumped into this issue at the beginning of 2024, @Moult do you think it is possible to achieve within BlenderBIM? Something like a linework tool maybe, to mark the edge which would be exported to SVG as white or with a special "empty" linetype.

  9. G
  10. T

    AFAIK this should work out of the box if both walls are of the same material and the same pset status.

    it does when the wall is 'cut', but not on 'projection'. At least not that i've been able to figure out.

  11. G

    Ah right, then that's why I didn't manage to make it work :)

  12. J

    @theoryshaw said:

    AFAIK this should work out of the box if both walls are of the same material and the same pset status.

    it does when the wall is 'cut', but not on 'projection'. At least not that i've been able to figure out.

    Do you know if there's some other rule? It sometimes works for me and sometimes not.

  13. T

    If there's nothing in here...

    ...it will use the following as the JoinCriteria.

    join_criteria = ["class", "material.Name", "/Pset_.*Common/.Status", "EPset_Status.Status"] from here.

    That is it will 'not join' this list of stuff.

    If you use something like JoinCriteria: type, it will 'just' use this criteria.

    Again, i think this only works for 'cut' geometry.

    @JanF, not sure if this answers your question.

Login or Register to reply.