symbol property

symbol property

Gets or sets the symbol. The symbol attribute specifies which symbol defined from within the geometry this material binds to.

Definition:

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

See Also