is_uniform property

is_uniform property

Gets or sets a value indicating whether the surface is uniformed

Definition:

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

See Also