glue
glue a set of graphics entities into an Compound.
Syntax
glue(H) h_agreg=glue(H)
Arguments
- H
 a vector of unique handle.
Only Matplot, Champ, Fec, Grayplot, Polyline, Fac3d, Plot3d, Arc, Rectangle, Segs, Text and Compound are supported
- h_agreg
 a handle, the handle on the Compound entity.
Description
Given a vector of handles, this function glue the corresponding entities in a single Compound and returns the handle on this new entity.
Examples
See also
- get — Gets the handle of a graphical or User Interface object, or the property's value of objects.
 - set — set properties of some graphic objects or uimenus or uicontrol interactive components
 - move — move, translate, a graphic entity and its children.
 - unglue — unglue a compound object and replace it by individual children.
 - graphics_entities — description of the graphics entities data structures
 
| Report an issue | ||
| << ged | handle | is_handle_valid >> |