Dion Moult

Results 402 comments of Dion Moult

Yes, colliding with itself. Here is some sample code to replicate it. I have simplified it to be only two cubes, both 2x2x2m. ![2020-10-22-104337_390x318_scrot](https://user-images.githubusercontent.com/88302/96801534-8a4bda00-1453-11eb-958e-e796ef760b59.png) The code is as follows. I...

@SeanCurtis-TRI cheers - sorry that it isn't in C++. If you'd like, I can post a small variation of that code that works in Blender so you can easily test...

Bump :) Is there anything I can help with further?

Just posting a +1 that I have been able to replicate this issue with Python-fcl. Well, sort of. This shows my attempt to recreate the original screenshot. It looks OK...

Have you considered using the IFC to gltf workflow used by IfcOpenShell's IfcConvert?

I should note that it works completely fine if my remote is something like `[email protected]:bar.git`, but I would intuitively expect that pushing to any "remote", even if the "remote" is...

It's not exactly XBim, but perhaps you might like the IFCDiff tool part of IfcOpenShell?

GUIDs _have_ to stay between versions, it is part of the requirements of the IFC spec. Recording the changes can be done via IFC's owner history. Of course, the authoring...

+1 to this. Is this possible? Or does it require a BIMServer instance?

I interpreted the question as how to get it to run bimsurfer to load a regular IFC file without needing a bimserver instance - that way it is "standalone". Is...