Ruben de Laat
Ruben de Laat
Almost 10 years ago now the decision was made to store any floatingpoint value in BIMserver 2 times; Once as the original string value (taken from the IFC) and once...
Currently an HMAC is used to create the `token`. This works great in the sense that we can validate tokens without accessing the database, we don't need to store the...
When the low level calls are used to create a new revision, all geometry is generated again, and stored again (linked to the new revision). Two possible improvements here are:...
Put a limit on the amount of retries and a timeout to prevent the client from retrying forever on a server that's simply switched-off or unreachable
Small models load really fast in V2, but larger models load a lot slower than in BIMsurfer V1. Really large models don't load at all (in Google Chrome that is)....
I think for this test case there is one ```IFCWALL``` too many. I think #4 should be removed because it makes the testcase fail. Probably the same thing for pass-occurrences_override_the_type_classification_per_system_3_3....
Personally I don't think this complies with "simple" anymore, as it was set out in project goals. Also it is ambiguous, the exact same IDS spec would also match a...
In requirements you can specify a "uri" for classifications, for example a URI pointing to a bSDD classification. In the current schema (0.9.6) this seems not possible for classifications in...
Follow-up on https://github.com/buildingSMART/IDS/pull/101#issuecomment-1271269032 The ```Specification``` tag contains the ```ifcVersion``` attribute. In version 0.9 of IDS this is a required attribute, but to be valid against the schema, a value of...
So there are quite a few combinations of colors/reuse/selection, all of them should work, efficiently. Colors: - Indices/Vertices/Normals + Type (like IfcDoor) -> Color is based on the type, a...