compas-dev / compas_fea

COMPAS interface to common Finite Element Analysis software.
https://compas.dev/compas_fea
MIT License
36 stars 18 forks source link

Check element_properties elsets works for elements given as a list #39

Closed andrewliew closed 6 years ago

andrewliew commented 6 years ago

Giving elements for ElementProperties object will now make intermediate element sets during the file writing named 'elset_{element_property name}'. This is then used as an element set elset as normal for writing out the elements selection. Works for OpenSees and Abaqus.