Esempio n. 1
0
 public void AxialScale(int Dx, int Dy, V3d_TypeOfAxe Ax_is)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public void Turn(V3d_TypeOfAxe Axe, double Angle)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public void Translate(V3d_TypeOfAxe Axe, double Length)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public void Move(V3d_TypeOfAxe Axe, double Length, bool Start)
 {
     throw new NotImplementedException();
 }
Esempio n. 5
0
 public void Rotate(V3d_TypeOfAxe Axe, double Angle, bool Start)
 {
     throw new NotImplementedException();
 }
Esempio n. 6
0
 public void Rotate(V3d_TypeOfAxe Axe, double Angle, double X, double Y, double Z)
 {
     throw new NotImplementedException();
 }