Hi @realthunderrealthunder wrote: ↑Wed Jun 13, 2018 7:42 amNew bug fix version released, with the above mentioned new settings.
Code: Select all
<asm3.sys> 631.943 - sys_slvs.py(49): redundant constraints
Code: Select all
<asm3.sys> 16.163 - solver.py(111): List of failed constraint:
"Constraint001(PlaneAlignment)"<PlaneAlignment>, handle: 1
"Constraint001(PlaneAlignment)"<PlaneAlignment>, handle: 2
"Constraint002(PlaneAlignment001)"<PlaneAlignment>, handle: 3
"Constraint002(PlaneAlignment001)"<PlaneAlignment>, handle: 4
"Constraint003(PlaneAlignment002)"<PlaneAlignment>, handle: 5
"Constraint003(PlaneAlignment002)"<PlaneAlignment>, handle: 6
<asm3.gui> 4189.622 - gui.py(226): command "asm3CmdSolve" exception
Traceback (most recent call last):
File "C:\Users\Dub\Downloads\FreeCAD-asm3-20180613-2d3e9d57-3427dc0-Win64\Ext\freecad\asm3\FCADLogger.py", line 106, in report
return func(*args,**kargs)
File "C:\Users\Dub\Downloads\FreeCAD-asm3-20180613-2d3e9d57-3427dc0-Win64\Ext\freecad\asm3\solver.py", line 348, in solve
return _solve(*args,**kargs)
File "C:\Users\Dub\Downloads\FreeCAD-asm3-20180613-2d3e9d57-3427dc0-Win64\Ext\freecad\asm3\solver.py", line 318, in _solve
Solver(assembly,reportFailed,dragPart,recompute,rollback)
File "C:\Users\Dub\Downloads\FreeCAD-asm3-20180613-2d3e9d57-3427dc0-Win64\Ext\freecad\asm3\solver.py", line 113, in __init__
objName(assembly),e.message))
RuntimeError: Failed to solve "Assembly": inconsistent constraints
<asm3.sys> 90.811 - solver.py(111): List of failed constraint:
"Constraint001(PlaneAlignment)"<PlaneAlignment>, handle: 1
"Constraint001(PlaneAlignment)"<PlaneAlignment>, handle: 2
"Constraint002(PlaneAlignment001)"<PlaneAlignment>, handle: 3
"Constraint002(PlaneAlignment001)"<PlaneAlignment>, handle: 4
"Constraint003(PlaneAlignment002)"<PlaneAlignment>, handle: 5
"Constraint003(PlaneAlignment002)"<PlaneAlignment>, handle: 6
<asm3.gui> 90.806 - gui.py(226): command "asm3CmdSolve" exception
Traceback (most recent call last):
File "C:\Users\Dub\Downloads\FreeCAD-asm3-20180613-2d3e9d57-3427dc0-Win64\Ext\freecad\asm3\FCADLogger.py", line 106, in report
return func(*args,**kargs)
File "C:\Users\Dub\Downloads\FreeCAD-asm3-20180613-2d3e9d57-3427dc0-Win64\Ext\freecad\asm3\solver.py", line 348, in solve
return _solve(*args,**kargs)
File "C:\Users\Dub\Downloads\FreeCAD-asm3-20180613-2d3e9d57-3427dc0-Win64\Ext\freecad\asm3\solver.py", line 318, in _solve
Solver(assembly,reportFailed,dragPart,recompute,rollback)
File "C:\Users\Dub\Downloads\FreeCAD-asm3-20180613-2d3e9d57-3427dc0-Win64\Ext\freecad\asm3\solver.py", line 113, in __init__
objName(assembly),e.message))
RuntimeError: Failed to solve "Assembly": inconsistent constraints
You can follow this tutorial to find out how to create assembly with external parts.
I think so... the GPU goes till 99%realthunder wrote: ↑Thu Jun 14, 2018 3:20 pmNew bug fix version released. Hopefully the last one.
I think I have finally figured out how Coin render cache works.
Code: Select all
FreeCADGui.ActiveDocument.ActiveView.startAnimating(0,1,0,0.2)
My computer is curently loading this file since 1 hour 45 minutes and the viewport still is blank.easyw-fc wrote: ↑Thu Jun 14, 2018 5:50 pmI noticed only a different behavior compared to main branch when handling a big model like i.e.
[url=https://github.com/sgrogan/FreeCAD/rele ... teptest.7z]00_server-tla_25ou-barreleye_asm.stp 7zipped[/url
it is about 360 seconds on my PC...freecad-heini-1 wrote: ↑Thu Jun 14, 2018 5:58 pmMy computer is curently loading this file since 1 hour 45 minutes and the viewport still is blank.easyw-fc wrote: ↑Thu Jun 14, 2018 5:50 pmI noticed only a different behavior compared to main branch when handling a big model like i.e.
[url=https://github.com/sgrogan/FreeCAD/rele ... teptest.7z]00_server-tla_25ou-barreleye_asm.stp 7zipped[/url
@maurice, how long will it take to load this file?
Sorry, this is not the 1GB file. Currently I try to open the 1GB file since almost 1:57.easyw-fc wrote: ↑Thu Jun 14, 2018 6:01 pmit is about 360 seconds on my PC...freecad-heini-1 wrote: ↑Thu Jun 14, 2018 5:58 pmMy computer is curently loading this file since 1 hour 45 minutes and the viewport still is blank.easyw-fc wrote: ↑Thu Jun 14, 2018 5:50 pmI noticed only a different behavior compared to main branch when handling a big model like i.e.
[url=https://github.com/sgrogan/FreeCAD/rele ... teptest.7z]00_server-tla_25ou-barreleye_asm.stp 7zipped[/url
@maurice, how long will it take to load this file?
I have an SSD, so loading may be faster than with a normal HD.
But I cannot load at all the very huge file of 1GB...