vertex_count property

vertex_count property

Gets or sets vertex count

Definition:

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

See Also