Adjust datatip text boxes positions after a 3D rotation
datatipRedraw() datatipRedraw(axes_handle) datatipRedraw(curve_handles)
The handle on an axes entity.
An array of handle on entities supporting the datatips
Due to graphic system limitations it is not possible to adjust the datatip textbox positions during a rotation. Calling this function recomputes the positions for a clean rendrering.
param3d() p=gce();//get the handle on the polyline datatipCreate(p,30); datatipCreate(p,100); datatipCreate(p,50); ax=gca();ax.rotation_angles=[35 45];// first plot below datatipRedraw() //second plot below | ![]() | ![]() |
Version | Description |
5.4.1 | datatipRedraw was published up to Scilab 5.4.1. |