count property

count property

Gets or sets the count. The count attribute indicates the number of triangle fan primitives. Required attribute.

Definition:

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

See Also