Andy Ward

Results 368 comments of Andy Ward

Sounds like we regressed something in the EsentModel in the last release. Possibly related to https://github.com/xBimTeam/XbimEssentials/commit/954f01c7e9af3b4a4189b142aa773dddd6a5d9c7 Are there any public models that can reproduce this issue? Can you share a...

Naively we just need to implement (copy - paste) the Partial classes from IFC4 in IFC4x3 schema. E.g. For _PhysicalSimpleQuantities_ etc in IFC4 & 2x3 we have these implemented as...

It's work in progress but feel free to try out. Aiming to get it into develop this week. I was hoping to implement more through extension methods - but that...

> while digging more into IfcObject in various versions, I stumbled over AddDefiningType, AddPropertySet, and AddQuantity (available for IFC2x3 and IFC4). This kind of functionality is missing in IFC4x3. Would...

Mostly done but would like to centralise the Unit handling which is currently duplicated across the 3 schemas (with some subtle differences) Remaining TODOs: mainly relate to New IFC4x3 features...

I'm assuming `GetPropertySingleNominalValue(...)` is looking at the [Property/PropertySet](https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD2_TC1/HTML/link/ifcpropertysinglevalue.htm) data exported by the BIM authoring tool. While there are conventions, exactly where tools (like Revit) export their internal properties can be...

Hi @CCT-Mukund-Thakare - This is great analysis! Thanks for this. If it's truly a OCC regression, have you determined if it is a known issue and logged with OCC? (there...

I know you said you can't share the code but you'll have to provide some kind of minimal repo. The exit code on an app is usually just what you...

Confirmed this is a bug in v5.1 Geometry Engine. Clearly something in the application is being disposed/etc during application termination after main has returned. Global Exception Handlers don't pick this...