get_connection_points method

get_connection_points(self)

Get the connection points

Returns

[X,Y] pairs of the connection point. Every item is a float[2] array, [0] represents x and [1] represents y.


def get_connection_points(self):
    ...

Example


points = shape.get_connection_points()

See Also