Dumitru

Results 7 comments of Dumitru

You can simply subtract a dx and a dy from all cartesian points, but you'll need to do the same for the IfcBuilding/IfcSite instances that contain the solids. Those are...

The two models above are in the same location. (note that the C3D does not export a site, but only buildings) Revit is using a point with absolute coordinates, and...

What I did was to 'offset' the C3D model like so: ``` var cartPoints = model.Instances.OfType().ToList(); using (var txn = model.BeginTransaction()) { //#164= IFCCARTESIANPOINT((69830.,208115.,0.)); //update location of the IFCBuilding var...

The offending ifc entry: #106=IFCPROPERTYBOUNDEDVALUE('RentalRatesInCategoryNow',$,$,$,$); Not sure if just testing for null like in the image is enough to handle this case. ![image](https://user-images.githubusercontent.com/230109/150976627-b340f4a7-1c50-4304-8b85-71c9e5c75191.png)

Now, in 2023, I am unable to get the right combination for platform and packages in platformio to get it to compile. Can anyone help? Thanks!

The code above is throwing an exception when trying to generate the JSON for the attached IFC file. The exception is: ```csharp Exception: Object reference not set to an instance...

After checking for null inside the `GetAttributeValue` and returning null my input file broke the code at a different point. There is a line inside the IFC file that holds...