muren
muren
Hi, not sure if this is actually a bug or not, but I read somewhere in the wiki, that oids should be unique within a database. Nonetheless I stumbled upon...
Hi, I'm not sure if this is a bug or if it's supposed to work this way. When querying objects by their type, I get all the objects of a...
Hi, currently the Method ServiceInterface.getUserByUserName returns all relevant information on ANY user even though it is executed by a readonly user. This way every user can retrieve the user token...
Hi, sometimes during the checkin process, the BIMserver needs to do a rollback and reimport the data. If this happens, json queries for a list of guids wont find any...
changed minmax from [[xmin, ymin, zmin], [xwidth, ywidth, zwidth]] to [[xmin, ymin, zmin], [xmax, ymax, zmax]] It seems like the sole purpose of Box.minmax in octree.js is to be used...
Hi, currently it's not really possible to set an orthogonal projection. In camera.js in the function setModelBounds(bounds), the bounds array/vector ist cloned using vec3.clone(). Since bounds has six entries (minX,...
Hi, the function _Frustum.intersectsWorldAABB(minmax)_ is supposed to receive an AABB defined by its min Vector and its Dimensions. > Tests for intersection with World-space AABB, which is assumed to be:...
Hi, we noticed a little bug regarding geometry reuse. When using IfcCartesianTransformationOperator3DnonUniform the parameters Scale, Scale2 und Scale3 where never processed and therefore not represented in ProductDef.mappingMatrix. Commit **e50cce819eea1e869375ee9b9a0f1266e1956e8d** (Scale...
Hi, we wanted to test, if GroupDocs.Conversion fits our needs so I cloned this Repository and imported the "Examples" project in Eclipse (2022.3). Unfortunately Eclipse won't run the RunExamples.java main....
### What happened? Hi, I have [this Model](https://github.com/user-attachments/files/16659609/brep_colors.zip) where IfcStyledItem references an IfcOpenShell instead of the IfcShellBasedSurfaceModel. ``` #436231=IFCOPENSHELL((#436236,#436241,#436247,#436253,#436259,#436265,#436270,#436276,#436282,#436288,#436294,#436300,#436306,#436312,#436318,#436324,#436330,#436336,#436342,#436348,#436353,#436359,#436364,#436369,#436375,#436381,#436387,#436393,#436399,#436405,#436411,#436417)); #565063= IFCCOLOURRGB($,1.,1.,1.); #565064= IFCSURFACESTYLERENDERING(#565063,0.,$,$,$,$,$,$,.NOTDEFINED.); #565065= IFCSURFACESTYLE($,.BOTH.,(#565064)); #565066= IFCPRESENTATIONSTYLEASSIGNMENT((#565065)); #565067= IFCSTYLEDITEM(#436231,(#565066),$); ```...