OSE Workflow FreeCAD Bugs: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
*  exploded assembly group sturcture fell apart when new explosion was added [https://youtu.be/U3i7PGAFtZM video details EPA grouping bug] The FreeCAD file is within this zip [https://drive.google.com/file/d/0B47RGW5s3N8iNE5QNW5EeGQzREE/view this zip] The error message: <pre> Running the Python command 'CreateSimpleGroup' failed:
*  exploded assembly group sturcture fell apart when new explosion was added [https://youtu.be/U3i7PGAFtZM video details EPA grouping bug] The FreeCAD file is within this zip [https://drive.google.com/file/d/0B47RGW5s3N8iNE5QNW5EeGQzREE/view this zip] The error message:  
Traceback (most recent call last):
<pre> Running the Python command 'CreateSimpleGroup' failed:
Traceback (most recent call last):
   File "/home/llg/.FreeCAD/Mod/exploded_animation/EAInit.py", line 71, in Activated
   File "/home/llg/.FreeCAD/Mod/exploded_animation/EAInit.py", line 71, in Activated
     ea.createSimpleDisassemble()
     ea.createSimpleDisassemble()
   File "/home/llg/.FreeCAD/Mod/exploded_animation/ExplodedAssembly.py", line 213, in createSimpleDisassemble
   File "/home/llg/.FreeCAD/Mod/exploded_animation/ExplodedAssembly.py", line 213, in createSimpleDisassemble
     dir_vector = selection[-1].SubObjects[-1].normalAt(0, 0)
     dir_vector = selection[-1].SubObjects[-1].normalAt(0, 0)
function takes exactly 1 argument (2 given)
function takes exactly 1 argument (2 given)
</pre>
</pre>

Revision as of 15:59, 6 July 2017

 Running the Python command 'CreateSimpleGroup' failed:
 Traceback (most recent call last):
  File "/home/llg/.FreeCAD/Mod/exploded_animation/EAInit.py", line 71, in Activated
    ea.createSimpleDisassemble()
  File "/home/llg/.FreeCAD/Mod/exploded_animation/ExplodedAssembly.py", line 213, in createSimpleDisassemble
    dir_vector = selection[-1].SubObjects[-1].normalAt(0, 0)
function takes exactly 1 argument (2 given)