select lines and points with TUI
Up to Use
Thank you.
Could you please clarify your question or leave an example of what you want to do? It may help us resolve your issue better
i would like to be able to create partitions on my geometry and then have my script select the resulting edges and pts to create groups for boundary conditions. is this possible via the tui?
abaqus has a python function called "findAt(x,y,z)" this allows you to automate the selection of various entities in one's model.
Hi Dave,
You can try the various GetSomething available in geompy (check the GEOM documentation -->
Python interface geompy.py --> linear documentation for geompy)
In you case :
GetEdge(theShape, thePoint1, thePoint2):
GetEdgeNearPoint(theShape, thePoint):
can fit your needs
Regards, E.A.
Python Interface geompy.py
Python Interface geompy.py
Python Interface geompy.py
Python Interface geompy.py
In the mail I receive there are four huge lines :
"Python Interface geompy.py"
Strange !!
I you received them too, be aware it is not a subliminal message !
