Dion Moult

Results 404 comments of Dion Moult

Ran across this when compiling. I managed to fix it by updating this line in cmakelists: ``` set(SCHEMA_VERSIONS "2x3" "4" "4x1" "4x2" "4x3_rc1" "4x3_rc2" "4x3_rc3" "4x3_rc4" "4x3" "4x3_add1" "4x3_tc1") ```...

I also had to comment out these two lines in cmakelists: ``` #set(OCC_LIBRARY_DIR ${OCCT_PATH}/lib) #set(OCC_INCLUDE_DIR ${OCCT_PATH}/include/opencascade) ``` ... as on my system my opencascade doesn't follow that pattern (i.e mine...

Ah nice I did end up turning off a few things: ``` -DENABLE_TESTS=Off \ -DUSE_STATIC_MSVC_RUNTIME=Off \ -DUSE_BUILD_SCRIPT_OUTPUT=Off \ ``` :) if tests were enabled I got another error but I...

I believe it is to ensure that IFCs exported from FreeCAD can be imported into Revit for architectural purposes.

I believe the status is that FreeCAD can export geometry with surface colours that can be read by Revit (note that revit reads surface colours as materials - which is...

The refresh function does whatever it needs to purge the data available for the UI for that module. Most of the time setting a "is_loaded = False" is sufficient since...

I did some asking around. ``` 02:03:59 In PyCharm it doesn't work with any of the available options 02:04:07 image.png: https://matrix-client.matrix.org/_matrix/media/v3/download/matrix.org/MopQyzdTlvATlzSQYOindbzi 02:05:36 And if it worked, the docstring appearing while...

Thanks so much for your detective work! Let me know if there is any way I can help! On Fri, May 10, 2024 at 12:26:41PM -0700, Magnus Groß wrote: >...

So related to https://github.com/buildingSMART/NextGen-IFC/issues/49 - should we specify a version? Sooner is better than later?