wires property

wires property

Gets or sets the wires. This element defines all the wires of the BREP structure.

Definition:

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

See Also