Hello everyone,
I have specific Vertex numbers for a Part of Abaqus software. For example, let's say the Vertex numbers I am interested in are Vertex 13 and Vertex 103.
Now, I want to create a Set based on the numbers of these Vertices using Python scripting in Abaqus so that I can use this Set in subsequent analysis steps.
Specifically, my question is:
What Python code should I use to create a Set in Abaqus, given a list of Vertex numbers (such as [13, 103]), that includes precisely these Vertices with the specified numbers?
In other words, how can I access the Vertex itself in Abaqus using its Vertex number, and then define a Set using it?