Example 13 for “Python Scripts for ABAQUS: Learn by Example”
someone cold help me?
I’m trying to do the example 13 of “Python Scripts for ABAQUS: Learn by Example”, but it isn’t working.
Example 13 for “Python Scripts for ABAQUS: Learn by Example”
someone cold help me?
I’m trying to do the example 13 of “Python Scripts for ABAQUS: Learn by Example”, but it isn’t working.
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).
Get multi model names of selected models once in ABAQUS using python
I have achieve the function that getting current single model_name using python below:
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?
How to use Abaqus Python to create a node set based on recent coordinate points
I aim to create a set of nearest node points in Abaqus by reading the coordinate text file, however, the efficiency of this loop is quite low, taking around 1 second to read each point.