surfaces property

surfaces property

Gets or sets the surfaces. The surfaces element holds all the surfaces that are needed for the BREP structure. Here are the surfaces that describes the kind of a face. This element is needed, if the faces element is present.

Definition:

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

See Also