count property
count property
Gets or sets the count. The count attribute indicates the number of triangle primitives. Required attribute.
Definition:
@property
def count(self):
...
@count.setter
def count(self, value):
...
Gets or sets the count. The count attribute indicates the number of triangle primitives. Required attribute.
@property
def count(self):
...
@count.setter
def count(self, value):
...