Changeset 967 for trunk/src/mouse_down.m
- Timestamp:
- Jul 11, 2016, 2:43:53 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mouse_down.m
r966 r967 440 440 set(hh_set_object.num_Angle_1,'String',num2str(ObjectData.Angle(1))) 441 441 set(hh_set_object.num_Angle_2,'String',num2str(ObjectData.Angle(2))) 442 drawing_status='off';442 drawing_status='off'; 443 443 else 444 444 ObjectData.Coord=[ObjectData.Coord ;xy(1,1:2)];% append the coordinates marked by the mouse to the object … … 446 446 drawing_status='create'; 447 447 end 448 drawing_status='create'; 448 449 %TODO replace 0 by z coord for 3D 449 450 hobject=UvData.ProjObject{IndexObj}.DisplayHandle.(CurrentGUI_tag);
Note: See TracChangeset
for help on using the changeset viewer.