SM1994
Bioengineer
- Mar 25, 2020
- 49
Hello
I am trying to use python script to generate new surface in order to apply pressure on it using script.
I use the:
session.journalOptions.replayGeometry
session.journalOptions.setValues(replayGeometry=INDEX)
to achieve the index number, but the problem is that I cannot understand the logic behind indexing numbers?
The problem that I have:
As can be seen in the attached image, I can measure the coordinates of one of the hole surface using but when I use
session.journalOptions.setValues(replayGeometry=COORDINATE)to return the coordinate of the side surface, it does not make any sense to measure.
Now I am trying to use INDEX method to achieve the INDEX of the side surface.
Can anyone help me to understand how ABAQUS set the surface index sequence?
Thanks
I am trying to use python script to generate new surface in order to apply pressure on it using script.
I use the:
session.journalOptions.replayGeometry
session.journalOptions.setValues(replayGeometry=INDEX)
to achieve the index number, but the problem is that I cannot understand the logic behind indexing numbers?
The problem that I have:
As can be seen in the attached image, I can measure the coordinates of one of the hole surface using but when I use
session.journalOptions.setValues(replayGeometry=COORDINATE)to return the coordinate of the side surface, it does not make any sense to measure.
Now I am trying to use INDEX method to achieve the INDEX of the side surface.
Can anyone help me to understand how ABAQUS set the surface index sequence?
Thanks