vertices_count property

vertices_count property

Gets or sets the vertices count. The vertices count element contains a list of integers describing the number of sides for each polygon described by the POLYLIST element. The vertices count element may occur once.

Definition:

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

See Also