faces_count property

faces_count property

Gets or sets the faces count. Contains a list of integers describing the number of faces for each shell.

Definition:

@property
def faces_count(self):
    ...
@faces_count.setter
def faces_count(self, value):
    ...

See Also