Пример #1
0
 public void PreMultiply(gp_Trsf T)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public gp_Trsf(gp_Trsf parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public gp_Trsf Multiplied(gp_Trsf T)
 {
     throw new NotImplementedException();
 }
Пример #4
0
 public gp_Pnt Transformed(gp_Trsf T)
 {
     throw new NotImplementedException();
 }
Пример #5
0
 public void Transform(gp_Trsf T)
 {
     throw new NotImplementedException();
 }
Пример #6
0
 public void SetTrsf(gp_Trsf T)
 {
     throw new NotImplementedException();
 }
Пример #7
0
 public gp_GTrsf(gp_Trsf T)
     : base()
 {
     throw new NotImplementedException();
 }