glue_shapes_in_container_by_id method

glue_shapes_in_container_by_id(shape_from_id, shape_to_begin_connection_id, shape_to_end_connection_id, shape_to_id)

Glue shapes by connection id in container

def glue_shapes_in_container_by_id(self, shape_from_id, shape_to_begin_connection_id, shape_to_end_connection_id, shape_to_id):
    ...
Parameter Type Description
shape_from_id int The ID of shape which is glue from Shape.
shape_to_begin_connection_id int The location on the first connection id where to glue .
shape_to_end_connection_id int The location on the end connection id where to glue .
shape_to_id int The ID of shape where to glue to Shape.

See Also