edui / dentalsmile

Automatically exported from code.google.com/p/dentalsmile
0 stars 2 forks source link

Auto Measurement #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Acceptance Test :
1. Open Segmented File : ok
2. User klik fungsi Auto Measurement : ok
3. User memilih gigi yang akan diukur : ok
4. Akan muncul form baru berisi Hasil ukuran dan nama gigi yang telah diklik : 
ok
5  Data akan ke-saved ke table teeth_measurement ketika user klik button Save 
pada form tersebut : In Progress

Note : 
cara menghitung ukuran gigi saat ini adalah
 var centerPoint = vm.getCenterObject(teeth);
 length = centerPoint.X * 2;  

Original issue reported on code.google.com by syrn.chr...@gmail.com on 5 Apr 2013 at 7:55

Attachments: