paths fastighet

paths fastighet

Hämtar paths för en anpassad geometrisk form.

Exempel


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

Definition:

@property
def paths(self):
    ...

Se även