Simon Hirscher
Simon Hirscher
IfcWalls are not getting displayed if the ObjectPlacement is an IfcLocalPlacement which is using ReferencedByPlacements attributes and references an IfcOpeningElement. #### Assemblies and versions affected: __Xbim.Geometry 5.1.410-develop #### Steps (or...
What is the correct procedure to increase the number of nodes and therefore increase the storage capacity? Where can I find documentation of how to do that with jelastic?
I am converting an IFC-File into COBieLite like this: ``` var cobieLiteHelper = new CoBieLiteHelper(ifcStore, null, null); var facilities = cobieLiteHelper.GetFacilities(); using (TextWriter writer = File.CreateText("model.xml")) { foreach (var facilityType...