glued_shapes method

glued_shapes(flag, category_filter, other_shape)

Returns an array that contains the identifiers of the shapes that are glued to a shape.

Returns

IDs arrayInt64.

def glued_shapes(self, flag, category_filter, other_shape):
    ...
ParameterTypeDescription
flagGluedShapesFlagsThe dimensionality and directionality of the connection points of the shapes to return.See Remarks for possible valuesGluedShapesFlags.
category_filterstrFilters the array of returned shape IDs by limiting it to the IDs of shapes that match the specified categoryString.
other_shapeShapeOptional: additional shape to which returned shapes must also be glued, can be Shape or null.

See Also