edges property

edges property

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

Definition:

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

See Also