Andy Ward
Andy Ward
Hi @Belrius There is an unofficial feed at https://pkgs.dev.azure.com/xBIMTeam/_packaging/xbim/nuget/v3/index.json you can get a Nuget from. But it's not yet production-ready. We've not done a full regression test yet and I...
Confirmed this is **partially** fixed with PR #240 There's now only one IfcWall in the 'pass' test files _pass-occurrences_override_the_type_classification_per_system_1_3_ and _pass-occurrences_override_the_type_classification_per_system_3_3_ However the extra wall still exists in _fail-occurrences_override_the_type_classification_per_system_2_3_ and...
We've seen something similar before in #200 - Are you loading Xbim.Windows UI in Revit? Or another 3rd party application? Basically it's likely environmental - HelixToolkit seemingly broke an API...
If you use the version of Helix we've built against (2.14.0) you should be fine? https://github.com/xBimTeam/XbimWindowsUI/blob/faa8e9450866f929c7514e2b4b18d285648ccf75/Xbim.Presentation/Xbim.Presentation.csproj#L44
> I think some detail was lost in the way the solution was presented. > > x=v implies (v×(1.−ε)−ε) So there is a relative component and fixed component (for 0.)...
I think we ended up just inverting the logic when testing -ve numbers, at least when testing for equality: [XIDS Code](https://github.com/CBenghi/Xbim.Xids/blob/main/Xbim.InformationSpecifications/Values/ValueConstraint.cs#L580) Will have a look at whether your Abs() approach...
> Apply the tolerance padding as for single values, they slightly stretch the domain of accepted values, better be a bit on the permissive side here than on the restrictive...
Agreed. I'd probably make the argument that to a typical end-user a value of 0.00000000001 is to all intents and purposes 'zero'. We know that 999.9+ times in 1000 it's...
How would this look? What would you expect it to do? If you just wanted to display the structural break down it should be simple. If it's more complex, I'd...
The Exchanger will do that for you. It's a while since I've been in the code, but if you run _Xbim.COBieLiteUK.Client_ demo app it'll be a good starting point to...