number_of_vertices property

number_of_vertices property

Gets or sets the number of vertices.

Definition:

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

See Also