get_connection_points方法
get_connection_points()
获取连接点
返回
[X,Y] 对连接点。每一项都是一个float[2]数组,[0]代表x,[1]代表y。
def get_connection_points(self):
...
例子
points = shape.get_connection_points()
获取连接点
[X,Y] 对连接点。每一项都是一个float[2]数组,[0]代表x,[1]代表y。
def get_connection_points(self):
...
points = shape.get_connection_points()