Automate Reinforcement GSoC proposal

Contributions from the participants, questions and answers to their projects.
Discussions of proposals for upcoming events.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Automate Reinforcement GSoC proposal

Post by Kunda1 »

jtm2020hyo wrote: Thu Jan 28, 2021 1:35 pm not sure but I think I found a possible bug,
Please always post you About info when reporting/testing/confirming bugs so we know your specs. Thanks!
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
jtm2020hyo
Posts: 594
Joined: Wed Aug 12, 2020 1:24 am

Re: Automate Reinforcement GSoC proposal

Post by jtm2020hyo »

Code: Select all

OS: Windows 10 (10.0)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.23578 (Git)
Build type: Release
Branch: master
Hash: 50c3cbf00579dc4941ca743c25720d016b0453ce
Python version: 3.8.6
Qt version: 5.12.5
Coin version: 4.0.0
OCC version: 7.4.0
Locale: Spanish/Peru (es_PE)
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Automate Reinforcement GSoC proposal

Post by Kunda1 »

jtm2020hyo wrote: Thu Jan 28, 2021 2:57 pm

Code: Select all

Version: 0.19.23578 (Git)
JFYI, that is not the most up to date revision of v0.19
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
jtm2020hyo
Posts: 594
Joined: Wed Aug 12, 2020 1:24 am

Re: Automate Reinforcement GSoC proposal

Post by jtm2020hyo »

I already updated :

Code: Select all

OS: Windows 10 (10.0)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.23756 (Git)
Build type: Release
Branch: master
Hash: 9c6e9184930a52b165a0b7274e3a45d1006bfe67
Python version: 3.8.6
Qt version: 5.12.5
Coin version: 4.0.0
OCC version: 7.4.0
Locale: Spanish/Peru (es_PE)
this appears in the start, but FreeCAD still runs without problems:

Image

Code: Select all

00:11:18  A3 available
00:11:20  During initialization the error "No module named 'nine'" occurred in C:\Users\JTM_PC\AppData\Roaming\FreeCAD\Mod\NodeEditor\InitGui.py
00:11:20  Please look into the log file for further information
00:11:27  During initialization the error "inconsistent use of tabs and spaces in indentation (ListSelect.py, line 145)" occurred in C:\Users\JTM_PC\AppData\Roaming\FreeCAD\Mod\SelectionTools\InitGui.py
00:11:27  Please look into the log file for further information
00:11:27  scipy not found:During initialization the error "No module named 'scipy'" occurred in freecad.PyrateWorkbench
00:11:27  --------------------------------------------------------------------------------
00:11:27  Traceback (most recent call last):
  File "C:\Users\JTM_PC\AppData\Roaming\FreeCAD\Mod\pyrate\freecad\PyrateWorkbench\init_gui.py", line 40, in <module>
    import scipy
ModuleNotFoundError: No module named 'scipy'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<string>", line 156, in InitApplications
  File "C:\ProgramData\chocolatey\lib\freecad\tools\FreeCAD_0.19.23756-Win-Conda_vc14.x-x86_64\bin\lib\importlib\__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "C:\Users\JTM_PC\AppData\Roaming\FreeCAD\Mod\pyrate\freecad\PyrateWorkbench\init_gui.py", line 55, in <module>
    import scipy
ModuleNotFoundError: No module named 'scipy'
00:11:27  --------------------------------------------------------------------------------
jtm2020hyo
Posts: 594
Joined: Wed Aug 12, 2020 1:24 am

Re: Automate Reinforcement GSoC proposal

Post by jtm2020hyo »

I was testing again:

Image

... created column rebars again and stirrups offset inside the column

Image

Code: Select all

OS: Windows 10 (10.0)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.23756 (Git)
Build type: Release
Branch: master
Hash: 9c6e9184930a52b165a0b7274e3a45d1006bfe67
Python version: 3.8.6
Qt version: 5.12.5
Coin version: 4.0.0
OCC version: 7.4.0
Locale: Spanish/Peru (es_PE)
Attachments
rebar-bug.FCStd
(89.02 KiB) Downloaded 95 times
Post Reply