sid property

sid property

Gets or sets the sid. A text string containing the unique identifier of the solids element. This value must be unique within the instance document. Optional.

Definition:

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

See Also