paths propriété

paths propriété

Obtient le paths d’une forme géométrique personnalisée.

Exemple


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

Définition:

@property
def paths(self):
    ...

Voir également