unit_scale_factor property

unit_scale_factor property

Gets or sets the scale factor to real-world meter.

Remarks

This is ignored during serialization if the unit name is null.

Definition:

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

See Also