z property

z property

Defines the distance from ground for the 3D shape.

Definition:

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

See Also