Hi,
I have a simple IFC model of a building’s facade element distribution. Each element is described as a solid box with a name and a color set as material. This model, when saved to IFC is around 7Mb.
A portion screencap of the model geoemtry.
I wish to incorporate the element code as a visible tag. I have the tags in Rhino as text objects.
And I have converted them to 3D mesh objects. (First to polysrf, then _extractRenderMesh)
However, an IFC file containing just the meshed text is 449Mb. Which seems disproportionality large compared to the model’s info and use.
I know the reason for the file size is the resolution of the meshed letters, which could be optimised a bit of course. But my question is, if there is a profoundly better way to display textual information in 3D space within the IFC format?