Scilab Data type

agregation_properties - description of the Agregation entity properties

Description

The Agregation entity is a third of the graphics entities hierarchy. This entity defines interdependencies of the various graphics entities and their global visibility property.
  • 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 the agregation are drawn according to their visibility property. If "off" all children of agregation are not displayed on the screen.
  • children: A vector containing the handles of all graphics objects children of the agregation These graphics objects can be of type "Agregation", "Rectangle", "Polyline", "Patch", "Segs", "Arc", "Grayplot",..
  • Examples

    See Also

    Author