HayaNaji
Marine/Ocean
- Jun 9, 2016
- 14
Hello guys
I'm trying to learn python scripting by performing the tasks using the CAE and then checking the python script from the jnl file
Now in performing the face partition command using a datum plane I got this script:
mdb.models['Model-1'].parts[part-1'].PartitionFaceByDatumPlane(datumPlane=
mdb.models['Model-1'].parts['part-1'].datums[8], faces=
mdb.models['Model-1'].parts['part-1'].faces.getSequenceFromMask((
'[#200000 ]', ), ))
However I can't figure out how ABAQUS assign the values after the # sign, [#200000 ]', ), )),
I appreciate it if anyone got any idea
Kind Regards
I'm trying to learn python scripting by performing the tasks using the CAE and then checking the python script from the jnl file
Now in performing the face partition command using a datum plane I got this script:
mdb.models['Model-1'].parts[part-1'].PartitionFaceByDatumPlane(datumPlane=
mdb.models['Model-1'].parts['part-1'].datums[8], faces=
mdb.models['Model-1'].parts['part-1'].faces.getSequenceFromMask((
'[#200000 ]', ), ))
However I can't figure out how ABAQUS assign the values after the # sign, [#200000 ]', ), )),
I appreciate it if anyone got any idea
Kind Regards