Changeset 74 for trunk/src/uvmat.m
- Timestamp:
- Mar 31, 2010, 12:39:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uvmat.m
r73 r74 2336 2336 end 2337 2337 2338 UvData.NewSeries=0;% put to 0 the test for a new field series (set by RootPath_callback)2339 2338 % test 3D , default projection menuplane and typical mesh (needed to menuopen set_object) 2340 2339 test_x=0; … … 2480 2479 2481 2480 %3D case (menuvolume) 2482 if NbDim==3 2481 if NbDim==3 && UvData.NewSeries 2483 2482 UvData.Object{1}.NbDim=UvData.NbDim;%test for 3D objects 2484 2483 UvData.Object{1}.RangeZ=UvData.Mesh;%main plotting plane … … 2614 2613 %display the updated plotting parameters for the base menuplane 2615 2614 write_plot_param(handles,UvData.Object{1}.PlotParam);% update the display of the plotting parameters 2615 UvData.NewSeries=0;% put to 0 the test for a new field series (set by RootPath_callback) 2616 2616 set(handles.uvmat,'UserData',UvData) 2617 2617
Note: See TracChangeset
for help on using the changeset viewer.