Does anyone know what the command is to pull the face count from an object. I know that if you just select a cube it reads the faces from an array in the format object.f[0:5] meaning the cube has 6 faces. What if it's some complex geometry? where would I pull the face count from so that I could store it into a variable?
Thanks-