is_same_setting Methode

is_same_setting

Gibt zurück, ob die Form gleich ist.

Kehrt zurück

def is_same_setting(self, obj):
    ...
ParameterTypBeschreibung
objany

Beispiel


if shape.is_same_setting(shape):
    print("Two objects the same.")

Siehe auch