- Ajuda do Scilab
- Biblioteca de Gráficos
- 2d_plot
- 3d_plot
- annotation
- axes_operations
- axis
- bar_histogram
- Color management
- figure_operations
- geometric_shapes
- handle
- interaction
- load_save
- pie
- polygon
- property
- text
- transform
- window_control
- Datatips
- lighting
- GlobalProperty
- Graphics
- graphics_entities
- object_editor
- twinkle
- xchange
- xclear
- xdel
- xget
- xgetech
- xgraduate
- xgrid
- xname
- xnumb
- xpause
- xsegs
- xset
- xsetech
- Compound properties
- pixel_drawing_mode
- Segments properties
Please note that the recommended version of Scilab is 2025.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
visible
property value for the entity. It should be"on"
or"off"
. By default, value is"on"
where graphics entities children of theCompound
are drawn according to their visibility property. If"off"
all children ofCompound
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 retrieve it.
See Also
- glue — Cola um conjunto de entidades gráficas em um Compound ("composto")
- unglue — Descola uma objeto Compound e o substitui por um galho individual
- graphics entities — Descrição das estruturas de dados de entidades gráficas
Report an issue | ||
<< xsetech | Biblioteca de Gráficos | pixel_drawing_mode >> |