BIMserver icon indicating copy to clipboard operation
BIMserver copied to clipboard

The open source BIMserver platform

Results 134 BIMserver issues
Sort by recently updated
recently updated
newest added

How i can add IfcValue (IfcPositiveLengthMeasure, IfcLengthMeasure) in BendingParameters? When i try create IfcLengthMeasure, bimServer writes "Invalid cid". Example: { var instance = Ifc4Factory.eINSTANCE; var ifcLengthMeasure = instance.createIfcLengthMeasure(); ifcLengthMeasure.setWrappedValue(Double.parseDouble((String) o));...

How to get IfcHeader? When we try download ifc model, ServerIfcModel has`t modelMetaData and IfcHeader... In all cases IfcHeader = null

feature
low level interface

Is the BIMServer capable to resolve queries regarding changes

Hi so I am new to C# and Unity, and I am currently trying to get the geometry using the API into Unity so, later on, use it to display...

**Describe the bug** When computer running the bimvie.ws web application has an Apple Silicon processor (es: M2), the 3D model is displayed without colors. **To Reproduce** Open a project on...

Hello, I am prompted in the browser that the project was successfully imported, but the 3D model cannot be displayed. Why is it? The backend service reported errors, as shown...

When a serializer plugin is installed from file and user settings do exist for that plugin, the default values are not applied. This makes only sense for options that did...

bug
enhancement

Bimserverversion: 1.5.147 installed by jar Trying to upload an IFC-file through the API at the "/upload" url with a python script using the requests library. Using the following paramethers: -...

bug
howto

Is there a possibility to change any internal service field that is linked to a project? For example, the service description is changed and I add the service to the...

Bumps [jettison](https://github.com/jettison-json/jettison) from 1.5.2 to 1.5.4. Release notes Sourced from jettison's releases. Jettison 1.5.4 What's Changed Fixing issue 60 by @​coheigea in jettison-json/jettison#62 Full Changelog: https://github.com/jettison-json/jettison/compare/jettison-1.5.3...jettison-1.5.4 Jettison 1.5.3 Full Changelog:...

dependencies