glue_shapes method

glue_shapes(shape_from, place_to, shape_to)

Glue shapes.

def glue_shapes(self, shape_from, place_to, shape_to):
    ...
ParameterTypeDescription
shape_fromShapeThe shape which is glue from Shape.
place_toaspose.diagram.manipulation.ConnectionPointPlaceThe location on the first shape where to glue ConnectionPointPlace.
shape_toShapeThe shape where to glue to Shape.

glue_shapes(shape_from_id, place_to, shape_to_id)

Glue shapes

def glue_shapes(self, shape_from_id, place_to, shape_to_id):
    ...
ParameterTypeDescription
shape_from_idintThe ID of shape which is glue from Shape.
place_toaspose.diagram.manipulation.ConnectionPointPlaceThe location on the first shape where to glue ConnectionPointPlace.
shape_to_idintThe ID of shape where to glue to Shape.

See Also