paths propiedad

paths propiedad

Obtiene el paths de una forma geométrica personalizada.

Ejemplo


# Returns non-null if there is a path to the custom geometry
if shape.paths == None:
    print("No custom geometry path.")

Definición:

@property
def paths(self):
    ...

Ver también