OSArch Community

BBIM IfcSlab possible bug?

  1. N

    Hi, I think this is a bug! or is it me?

    I start with an IfcSlab

    then I add a fillet! seems OK

    Then I Subdivide an edge (joining the arc) and I get the Error INVALID PROFILE when I 'Save Profile'

  2. G

    Hello ! Thanks for the report. The best place for issues or bug reports is over https://github.com/IfcOpenShell/IfcOpenShell

    They're easier to track out there as we can directly tie topics and code commits for a better follow-up.

    Cheers

  3. N

    @Gorgious I shall report this, I thought it may have been me not understanding how to Edit the slab

  4. M

    It's a usability bug. Basically vertices know if they are "special" (e.g. part of an arc). When you subdivide, Blender creates a new vertex. If that vertex is next to a arc there is a chance that it copies over the data and thinks that new vertex is part of the arc. You can tell because (if you deselect it first) it is blue.

    Just click the vertex and S-X to reset the vertex.

Login or Register to reply.