[Bf-python] unique identifiers for faces to use as dictionary keys

Tom Musgrove tommusgrove__ at hotmail.com
Fri Oct 15 08:57:38 CEST 2004


Hi,

are there any unique identifiers for faces that can be used as keys?

ie something like face.index

if not, could that be added?

I realize I could create a key by something like

id = []
for vert in faces.v:
   id.append(vert.index)

key = Tuple(id)

but I need something that I can access quickly,

thanks,

Tom M.
LetterRip

_________________________________________________________________
Check out Election 2004 for up-to-date election news, plus voter tools and 
more! http://special.msn.com/msn/election2004.armx




More information about the Bf-python mailing list