Hi,
I'm struggling to obtain the external triangles of a tetrahedral mesh...
I did meshing operation with a Python script:
##### CREATE MODEL ######
myModel = mdb.Model(name=modelName)
##### IMPORT IGES MODEL ######
mdb.openIges('model.igs'
, msbo=True, scaleFromFile=OFF...
Hi,
I'm struggling to obtain the external triangles of a tetrahedral mesh...
I did meshing operation with a Python script:
##### CREATE MODEL ######
myModel = mdb.Model(name=modelName)
##### IMPORT IGES MODEL ######
mdb.openIges('model.igs'
, msbo=True, scaleFromFile=OFF...