Skip to content

Materials, Meshing, and Hints

Compare
Choose a tag to compare
@JWock82 JWock82 released this 16 Mar 15:19
e69c847
  • WARNING: This version will require reworking your models to incorporate Materials. Be prepared to rework your models before you upgrade. The examples have all been updated to show you how to do this.
  • Added Material definitions. This does not change Pynite's behavior much, but it prepares the way for future features.
  • Greatly simplified the process of meshing plates/quads. Meshes can now be generated directly from the FEModel3D object.
  • Added data types to the many dictionaries storing data in the FEModel3D object. Most development environments will now offer hints when using these dictionaries directly. This makes accessing the results you're interested in more intuitive.
  • Simplified internal code for finding unique names for objects.