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'....
Thank you very much for this! I was using Figma to visualize the spatial structure easily - which is where I took the screenshot. If I set the viewBox to 1024x1024, then it works fine both on a browser and on Figma.
Thank you very much for this! I was using Figma to visualize the spatial structure easily - which is where I took the screenshot. If I set the viewBox to 1024x1024, then it works fine both on a browser and on Figma.
Here it is
Thank you for helping with the --include option, Thomas! What I meant is that the space names display way above where they should be in my output (see picture attached).
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 mentions an ‘invalid usage’/’invalid arguments’....