z_high property

z_high property

Gets or sets hi value by Z axis

Definition:

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

See Also