Scilab Function draw -
draw an entity.
Sequence d'appel
- draw()
- draw(h)
Parametres
- h
: a handle, the handle on an entity to draw. h can be a
vector of handles, in which case all objects identified by h(i)
will be drawn.
Description
This function can be used no to draw an entity even if its
visibility property is "off".
Exemples
Voir aussi
Auteur