Alex_59
Mechanical
- Sep 11, 2018
- 1
Hello everyone,
I'm a beginner in abaqus Scripting and I'm trying to automate a modelisation but I don't know how to identify if a face is conical or cylindrical, is there an instruction for that?
When I use this instruction in my code, my program stops working when it finds a not conical/cylindrical face:
for x in range(len(f)):
myAxis = p.DatumAxisByCylFace(face=f[x])
If you have some answers, thank you!!
I'm a beginner in abaqus Scripting and I'm trying to automate a modelisation but I don't know how to identify if a face is conical or cylindrical, is there an instruction for that?
When I use this instruction in my code, my program stops working when it finds a not conical/cylindrical face:
for x in range(len(f)):
myAxis = p.DatumAxisByCylFace(face=f[x])
If you have some answers, thank you!!