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