OSE Workflow FreeCAD Bugs: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
* exploded assembly group sturcture fell apart when new explosion was added [https://youtu.be/U3i7PGAFtZM video details EPA grouping bug]
== Guidelines ==
The FreeCAD file is within this zip [https://drive.google.com/file/d/0B47RGW5s3N8iNE5QNW5EeGQzREE/view this zip]  
Please always mention your '''Help > About FreeCAD > Copy to clipboard''' version when pasting an issue.
<pre>
 
Running the Python command 'CreateSimpleGroup' failed:
== Issues ==
* 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 'CreateBoltGroup' failed:
Traceback (most recent call last):
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 52, in Activated
     ea.createSimpleDisassemble()
     ea.createBoltDisassemble()
   File "/home/llg/.FreeCAD/Mod/exploded_animation/ExplodedAssembly.py", line 213, in createSimpleDisassemble
   File "/home/llg/.FreeCAD/Mod/exploded_animation/ExplodedAssembly.py", line 169, in createBoltDisassemble
     dir_vector = selection[-1].SubObjects[-1].normalAt(0, 0)
     updateTrajectoryLines()
  File "/home/llg/.FreeCAD/Mod/exploded_animation/ExplodedAssembly.py", line 636, in updateTrajectoryLines
    lines_compound.append(Part.makeLine(pa, pb))


function takes exactly 1 argument (2 given)</nowiki>
Line through identic points
</pre>
</pre>
=== Comment ===
Exploded Assembly bug reports can be reported to https://github.com/JMG1/ExplodedAssembly/issues
[[Category:FreeCAD]]

Latest revision as of 12:48, 2 August 2017

Guidelines

Please always mention your Help > About FreeCAD > Copy to clipboard version when pasting an issue.

Issues

Running the Python command 'CreateBoltGroup' failed:
Traceback (most recent call last):
  File "/home/llg/.FreeCAD/Mod/exploded_animation/EAInit.py", line 52, in Activated
    ea.createBoltDisassemble()
  File "/home/llg/.FreeCAD/Mod/exploded_animation/ExplodedAssembly.py", line 169, in createBoltDisassemble
    updateTrajectoryLines()
  File "/home/llg/.FreeCAD/Mod/exploded_animation/ExplodedAssembly.py", line 636, in updateTrajectoryLines
    lines_compound.append(Part.makeLine(pa, pb))

Line through identic points

Comment

Exploded Assembly bug reports can be reported to https://github.com/JMG1/ExplodedAssembly/issues