glue_shape_to_connector_end_x method

glue_shape_to_connector_end_x(shape_to_id, connection_name, connector_id)

Glue shape to Connector’s EndX

def glue_shape_to_connector_end_x(self, shape_to_id, connection_name, connector_id):
    ...
ParameterTypeDescription
shape_to_idintThe ID of shape where the connector ends Shape.
connection_namestrThe connection name on the second shape where connector will be connected .
connector_idintThe ID of shape with type Dynamic connector Shape.

See Also