Scilab 5.3.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
datatipSetStruct
Stores the datatips data structure in the curve or surface entity.
Calling Sequence
datatipSetStruct(curve_handle,datatips_struct)
Arguments
- curve_handle
A handle on a curve or surface.
- datatips_struct
A tlist of type
datatips
.
Description
datatipSetStruct
stores the datatips data structure in the curve or surface
entity. This is a subsidiary functions which is not to be called directly.
See Also
Authors
- Serge Steer, INRIA
<< datatipSetOrientation | Datatips | datatipToggle >> |