JWock82 / Pynite

A 3D structural engineering finite element library for Python.
MIT License
454 stars 93 forks source link

'Quad3D' object has no attribute 'LoadCombos' #176

Closed angelmusonda closed 10 months ago

angelmusonda commented 10 months ago

https://github.com/JWock82/PyNite/blob/a22b0272361f2a995bbaff4db637fd928d3286d3/PyNite/Mesh.py#L139C15-L139C15

I suppose the above line was supposed to be: _for loadcombo in model.LoadCombos.values() as opposed to _for loadcombo in element.LoadCombos.values()?

This applies to the other methods as well for accessing the min and max values in a mesh.

JWock82 commented 10 months ago

This looks like a bug that was introduced when I moved the analysis code into its own module. I think I know how to fix this. Thanks for reporting it. I’ll get this corrected shortly.

JWock82 commented 10 months ago

This has been fixed in version 0.0.82.