Eng-Tips is the largest forum for Engineering Professionals on the Internet.

Members share and learn making Eng-Tips Forums the best source of engineering information on the Internet!

  • Congratulations dmapguru on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hello guys I'm trying to learn p

Status
Not open for further replies.

HayaNaji

Marine/Ocean
Joined
Jun 9, 2016
Messages
14
Location
GB
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 :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top