Activity for Brian de Vogel

  • Brian de Vogel Brian de Vogel posted a comment on discussion Help

    Fixed it! Apparently reinstalling ifcopenshell did the trick.

  • Brian de Vogel Brian de Vogel posted a comment on discussion Help

    Hi! In python I'm trying to assign certain elements to a group using ifcopenshell.api.group Creating a group works, but when I try to assign for example by_type or a specific element by_guid I get an error. I'm using the following code: import ifcopenshell import ifcopenshell.api #open ifc model model = ifcopenshell.open("input/ifc/haus.ifc") #create group test with description test ifcopenshell.api.run("group.add_group", model, Name="test", Description="test") #adding elements to group group = ifcopenshell.api.run("group.add_group",...

  • Brian de Vogel Brian de Vogel posted a comment on discussion Development

    Thanks for info Thomas.

  • Brian de Vogel Brian de Vogel posted a comment on discussion Development

    Hi! Is it possible to add support for --center-model to glb conversions and perhaps only center the model based on x and y and not the z (height).

1