JWock82 / Pynite

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

Updated the outdated method names and keyword parameters in the Examples scripts, and in Member3D. #116

Closed tamalone1 closed 2 years ago

tamalone1 commented 2 years ago

In the example scripts, it was references to RenderModel and the keyword change to annotation_size. In Member3D, there was an internal call to the deprecated Shear method.

JWock82 commented 2 years ago

Thanks!