paths proprietà

paths proprietà

Ottiene lo paths di una forma geometrica personalizzata.

Esempio


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

Definizione:

@property
def paths(self):
    ...

Guarda anche