is_local property

is_local property

Gets or sets if the matrix is defined in local coordinate.

Definition:

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

See Also