예제 #1
0
 public gp_Circ2d Transformed(gp_Trsf2d T)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public gp_Trsf(gp_Trsf2d T)
     : base()
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public void Transform(gp_Trsf2d T)
 {
     throw new NotImplementedException();
 }
예제 #4
0
 public void SetTrsf2d(gp_Trsf2d T)
 {
     throw new NotImplementedException();
 }
예제 #5
0
 public gp_Trsf2d(gp_Trsf2d parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
예제 #6
0
 public void PreMultiply(gp_Trsf2d T)
 {
     throw new NotImplementedException();
 }
예제 #7
0
 public gp_Trsf2d Multiplied(gp_Trsf2d T)
 {
     throw new NotImplementedException();
 }