- Aide Scilab
- Graphiques
- 2d_plot
- 3d_plot
- annotation
- axes_operations
- axis
- bar_histogram
- Gestion des couleurs
- geometric_shapes
- handle
- interaction
- pie
- polygon
- style
- text
- transform
- window_control
- Datatips
- figure_operations
- load_save
- property
- Graphics
- alufunctions
- object_editor
- square
- xbasr
- xchange
- xclear
- xdel
- xgetech
- xgraduate
- xgrid
- xname
- xnumb
- xpause
- xsegs
- xset
- xsetech
- xsetm
- GlobalProperty
- clear_pixmap
- Compound_properties
- graphics_entities
- pixel_drawing_mode
- plzr
- rubberbox
- segs_properties
- show_pixmap
- twinkle
- xget
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
Compound_properties
description of the Compound entity properties
Description
The Compound entity is a third of the graphics entities hierarchy. This entity defines interdependencies of the various graphics entities and their global visibility property.
- parent:
- This property contains the handle of the parent. The parent of the text entity should be of the type - "Axes"or- "Compound".
- children:
- A vector containing the handles of all graphics objects children of the Compound These graphics objects can be of type - "Compound",- "Rectangle",- "Polyline",- "Patch",- "Segs",- "Arc",- "Grayplot",..
- visible:
- This field contains the - visibleproperty value for the entity . It should be- "on"or- "off". By default, value is- "on"where graphics entities children of the Compound are drawn according to their visibility property. If- "off"all children of Compound are not displayed on the screen.
- user_data:
- This field can be use to store any scilab variable in the figure data structure, and to retreive it. 
See Also
- glue — glue a set of graphics entities into an Compound.
- unglue — unglue a coumpound object and replace it by individual children.
- graphics_entities — description of the graphics entities data structures
Authors
Djalel ABDEMOUCHE
| << clear_pixmap | Graphiques | graphics_entities >> |