Changeset 967 for trunk/src/mouse_down.m


Ignore:
Timestamp:
Jul 11, 2016, 2:43:53 PM (8 years ago)
Author:
sommeria
Message:

3D cuts improved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mouse_down.m

    r966 r967  
    440440        set(hh_set_object.num_Angle_1,'String',num2str(ObjectData.Angle(1)))
    441441        set(hh_set_object.num_Angle_2,'String',num2str(ObjectData.Angle(2)))
    442         drawing_status='off';
     442         drawing_status='off';
    443443    else
    444444        ObjectData.Coord=[ObjectData.Coord ;xy(1,1:2)];% append the coordinates marked by the mouse to the object
     
    446446        drawing_status='create';
    447447    end
     448    drawing_status='create';
    448449    %TODO replace 0 by z coord for 3D
    449450    hobject=UvData.ProjObject{IndexObj}.DisplayHandle.(CurrentGUI_tag);
Note: See TracChangeset for help on using the changeset viewer.