jgerstmayr / EXUDYN

Multibody Dynamics Simulation: Rigid and flexible multibody systems
https://www.youtube.com/channel/UCsQD2bIPBXB_4J23WtqKkVw/playlists
Other
166 stars 23 forks source link

An error in "geometricallyExactBeam3Dtest.py" #18

Closed Jiang-Cui closed 2 years ago

Jiang-Cui commented 2 years ago

Dear professor,

I run "geometricallyExactBeam3Dtest.py", but an error occurs as follows:

File "main\pythonDev\TestModels\geometricallyExactBeam3Dtest.py", line 55, in sectionData = exu.BeamSection() AttributeError: module 'exudyn' has no attribute 'BeamSection'

Could you help me solve the question? Thank you!

jgerstmayr commented 2 years ago

First I assume, that you are not using the latest version of exudyn, which you can get with: pip install exudyn --pre

However, as said at the very beginning of ObjectBeamGeometricallyExact3D in theDoc.pdf: "OBJECT UNDER CONSTRUCTION"

It will take some weeks from now to be completed.

Jiang-Cui commented 2 years ago

Thank you, Professor Gerstmayr! It can work!