wires_count property

wires_count property

Gets or sets the wires count. Contains a list of integers describing the number of wires for each face.

Definition:

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

See Also