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