Mads Holten Rasmussen

Results 9 issues of Mads Holten Rasmussen

When I try to access the space boundaries' geometries I get an error "unexpected mesh type". I have tested the same model in ifcopenshell for Python where I am able...

bug

The method getAllItemsOfType only returns items that explicitly belong to a certain IFC Class, but often you would like to query for a higher level class (for example IfcElement) and...

`@embed` doesn't seem to be supported? I have created an [example of the expected behavior](https://json-ld.org/playground/#startTab=tab-framed&json-ld=%7B%22%40context%22%3A%7B%22ex%22%3A%22https%3A%2F%2Fex%23%22%7D%2C%22%40graph%22%3A%5B%7B%22%40id%22%3A%22https%3A%2F%2Fa%22%2C%22ex%3AcreatedBy%22%3A%7B%22%40id%22%3A%22https%3A%2F%2Fb%22%7D%2C%22ex%3AmodifiedBy%22%3A%7B%22%40id%22%3A%22https%3A%2F%2Fb%22%7D%7D%2C%7B%22%40id%22%3A%22https%3A%2F%2Fb%22%2C%22ex%3Aname%22%3A%22Mads%22%7D%5D%7D&frame=%7B%22%40context%22%3A%7B%22ex%22%3A%22https%3A%2F%2Fex%23%22%7D%2C%22ex%3AcreatedBy%22%3A%7B%22%40embed%22%3A%22%40always%22%7D%2C%22ex%3AmodifiedBy%22%3A%7B%22%40embed%22%3A%22%40always%22%7D%7D) in JSON-LD playground. Expected output: ```json { "@context": { "ex": "https://ex#" }, "@id": "https://a", "ex:createdBy":...

bug

Not sure it is a bug, but I found that a set of queries that execute fine in Fuseki doesn't work in Oxigraph. The reason is that GROUP_CONCAT doesn't work...

enhancement

I am running an Oxigraph server in a Docker container (ghcr.io/oxigraph/oxigraph:latest) and I am discovering a strange problem. When I execute the below query on my store with 27589 triples,...

bug

Related to [this PR on OBC](https://github.com/IFCjs/components/pull/5). Fix here first and create a new build that will be used in OBC.

### Describe the bug 📝 Setting a low alpha value for some objects is useful since it allows dimming non-relevant objects in a model view. Therefore I tried manipulating some...

bug

### Description When storing additional entity data in an external database it is common to use globalIds since these are persistent across different versions of the same IFC model. Therefore...

### Description 📝 The fragment highlighter has a highlightByID method that takes a FragmentIdMap and highlights specific elements in each fragment. It would be great to also have this functionality...

feature