BIMserver
BIMserver copied to clipboard
The open source BIMserver platform
I have the same problem as described here https://github.com/opensourceBIM/BIMserver/issues/815 though use the latest version of BIMServer. Any ideas where to dig?
My question is: What would be the correct way to acquire data of a certain IFC model based on a revision through the JSON api? I'm using a c# client...
Hello! Is there any description of how to use subprojects? I understand that they are intended to divide one federated model into parts. But the question is how these parts...
What is the proper way to add IfcPropertyListValues through LowLevelInterface? It seems that only Single and Bounded values are supported as well as lists of Doubles
**Describe the bug** Building of BIMserver fails when building pluginbase. **To Reproduce** Steps to reproduce the behavior: From root of the project, `mvn clean install` **Expected behavior** It should build...
I tried using bimServer to define a project with two subprojects - uploading an ifc file in each sub project, and then I downloaded the project. the result was not...
When checking in files from remote URLs with complex URL parts there is a risk of a FileSystemException as the filename may be invalid for the filesystem. An example of...
I believe the GUID filter of QueryPart is ignored. **To reproduce:** 1. Create a Query with a QueryPart that adds a GUID using addGuid 2. Pass query to ClientIfcModel#queryNew with...
- Fixed QueryPart's GUID filter being ignored https://github.com/opensourceBIM/BIMserver/issues/1255 Note: I used Github's in-line edit. It reported that the line endings were inconsistent and converted them. That is why the diff...
According to IFC specification for IfcPolyline (https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC2/HTML/schema/ifcgeometryresource/lexical/ifcpolyline.htm) ``` If the first and the last Cartesian point in the list are identical, then the polyline is a closed curve, otherwise it...