SM1994
Bioengineer
- Mar 25, 2020
- 49
Hi
I have a cylinder with pockets in it, then use script to generate new pockets in different plane angels. The problem that I have, I do not know what is face ID for the new generated surfaces? since in the GUI I manually select the faces and it gives
"mdb.models['Model-1'].rootAssembly.instances['CylnderPart-1'].faces.getSequenceFromMask(
('[#80000c00 #1800003 #3000 ]', ), )) "
but, when I generate the pockets in the code, I do not know how to define the new surfaces the pressures wants to be applied on it.
Doe anyone know how to define a new face in the code and use it for applying the pressure?
I have a cylinder with pockets in it, then use script to generate new pockets in different plane angels. The problem that I have, I do not know what is face ID for the new generated surfaces? since in the GUI I manually select the faces and it gives
"mdb.models['Model-1'].rootAssembly.instances['CylnderPart-1'].faces.getSequenceFromMask(
('[#80000c00 #1800003 #3000 ]', ), )) "
but, when I generate the pockets in the code, I do not know how to define the new surfaces the pressures wants to be applied on it.
Doe anyone know how to define a new face in the code and use it for applying the pressure?