python: highlighting a face
python: highlighting a face
(OP)
Hi,
Is it possible to highlight a face that's been
selected (for applying a load for example), when using python ??
>>> Keyword mdb.models['Model-1'].rootAssembly.instances['Part-1'].faces[32]
Thank you
Is it possible to highlight a face that's been
selected (for applying a load for example), when using python ??
>>> Keyword mdb.models['Model-1'].rootAssembly.instances['Part-1'].faces[32]
Thank you





RE: python: highlighting a face
As a workaround you could always make a set for the face and manually highlight the set. I don't know whether that's sufficient for your purposes.
RE: python: highlighting a face