예제 #1
0
 public void SetLocation(gp_Pnt P)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public gp_Ax3 Translated(gp_Pnt P1, gp_Pnt P2)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public gp_Ax3(gp_Pnt P, gp_Dir V)
     : base()
 {
     throw new NotImplementedException();
 }
예제 #4
0
 public void Translate(gp_Pnt P1, gp_Pnt P2)
 {
     throw new NotImplementedException();
 }
예제 #5
0
 public gp_Ax3 Scaled(gp_Pnt P, double S)
 {
     throw new NotImplementedException();
 }
예제 #6
0
 public void Scale(gp_Pnt P, double S)
 {
     throw new NotImplementedException();
 }
예제 #7
0
 public gp_Ax3 Mirrored(gp_Pnt P)
 {
     throw new NotImplementedException();
 }
예제 #8
0
 public void Mirror(gp_Pnt P)
 {
     throw new NotImplementedException();
 }