id property
id property
Gets or sets the id. The text string containing the unique identifier of the faces element. This value must be unique within the instance document. Required.
Definition:
@property
def id(self):
...
@id.setter
def id(self, value):
...