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):
...
获取自定义几何形状的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):
...