Forum

Author Topic: How do I get the number of faces in a mesh?  (Read 3889 times)

MINE

  • Newbie
  • *
  • Posts: 16
    • View Profile
How do I get the number of faces in a mesh?
« on: October 10, 2014, 04:45:47 PM »
How do I get the number of faces in a mesh?

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14853
    • View Profile
Re: How do I get the number of faces in a mesh?
« Reply #1 on: October 10, 2014, 05:03:14 PM »
Hello MINE,

Please try the following, it should work:
Code: [Select]
len(chunk.model.faces)
Best regards,
Alexey Pasumansky,
Agisoft LLC

MINE

  • Newbie
  • *
  • Posts: 16
    • View Profile
Re: How do I get the number of faces in a mesh?
« Reply #2 on: October 13, 2014, 11:57:01 AM »
Thanks Alexey, it works perfectly!

Fonky

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: How do I get the number of faces in a mesh?
« Reply #3 on: October 19, 2014, 04:45:03 PM »
the number of faces in a mesh?
Try out our free C4090-450 questions

r0xx

  • Jr. Member
  • **
  • Posts: 73
    • View Profile
Re: How do I get the number of faces in a mesh?
« Reply #4 on: November 20, 2015, 05:23:18 PM »
Very useful thanks alot! And still works with the newest Version 1.2.0...