width_cm propiedad

width_cm propiedad

Representa el ancho de la forma, en unidades de centímetros.

Ejemplo


if shape.width_cm == 3:
    shape.width_cm = 1.0

Definición:

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

Ver también