Francois Lebas - 2021-10-29

Hi there,

I am trying to generate simple floor plans from an IFC file with IfcConvert.

I was able to make the following command work:

$ ./Ifcconvert IFC_Schependomlaan.ifc IFC_Schependomlaan.svg

I can see the spatial structure in my output file, but the embedded vectors
are not quite what I want.

I would like to display only walls and the name of the IfcSpace at the
center of each room.

I tried to play around with the -include and -exclude options but it says
'invalid usage'/'invalid arguments'.

For the room names, they are not positioned properly and I am not quite sure
how it could be fixed.

Thank you for your help.