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