Esempio n. 1
0
 private void ViewProfileProjection(object sender, EventArgs e)
 {
     currentPlane = PlaneFactory.CreateZY(DefaultPoint);
     projection   = ProjectionsFactory.CreateProfileProjection();
     RedrawFigures();
 }