Hi,
I'm trying to get some new ideas on how to find instances which are in the proximity of a point.
Imagine a relatively large Assembly with a bunch of instances and a couple of reference points. Now I would like to find which of these instances are in the proximity of each point, let's say...
Hi,
I am relatively new to Python programming in Abaqus. Right now, I am working on a project which will foreseeable grow to quite some size. Therefore I would like to define some reoccurring functions ( def function(): ) and have them in separate files.
First question: What is the best way...