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