paths属性

paths属性

获取自定义几何形状的paths。

例子


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

定义:

@property
def paths(self):
    ...

也可以看看