Exemplo n.º 1
0
 public void PreMultiply(gp_Trsf T)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public gp_Trsf(gp_Trsf parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public gp_Trsf Multiplied(gp_Trsf T)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public gp_Pnt Transformed(gp_Trsf T)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 5
0
 public void Transform(gp_Trsf T)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 6
0
 public void SetTrsf(gp_Trsf T)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 7
0
 public gp_GTrsf(gp_Trsf T)
     : base()
 {
     throw new NotImplementedException();
 }