Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

python: highlighting a face

Status
Not open for further replies.

shingouz

New member
Joined
Dec 22, 2011
Messages
40
Location
FR
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
 
When you do this manually in the GUI and then look at the .rpy-file, you don't see any additional line. This makes me suspect it's not possible.

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.
 
Thank you for your answer, I found that this is possible using the command : highlight(face[number]).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top