Relative Content

Tag Archive for pythonabaqus

In Abaqus, is there a way to split a geometry set into multiple sets by its faces?

I’m looking to create a plugin or script where the user can create a set of multiple faces and the plugin/script will then create sets for each of the faces. Ideally, the user would name the initial set (Set-1 for example) and the plugin would then name each created set with that original name and a suffix (Set-1-1, Set-1-2, …, Set-1-n).

Abaqus Python: Shell Loft

I’m new to Abaqus scripting with Python and need help automating the Shell Loft operation. I have five wires positioned in different planes along the z-axis. My goal is to perform Shell Loft using two consecutive wires, resulting in a total of four shell lofts. I’d like to automate Shell Loft process. Can anyone please help?