Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
glue
glue a set of graphics entities into an Compound.
Calling Sequence
glue(H) h_agreg=glue(H)
Arguments
- H
a vector of handle.
- 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 — Retrieve a property value from a graphics entity or an User Interface object.
- set — set a property value of a graphic entity object or of a User Interface object.
- move — move, translate, a graphic entity and its children.
- unglue — unglue a coumpound object and replace it by individual children.
- graphics_entities — description of the graphics entities data structures
Report an issue | ||
<< get_figure_handle | handle | is_handle_valid >> |