Beispiel #1
0
 public double ParametricTransformation(gp_Trsf2d T)
 {
     throw new NotImplementedException();
 }
 public void Transform(gp_Trsf2d T)
 {
     throw new NotImplementedException();
 }
 public bool GlobalToLocalTransformation(int i, int j, ref double uFact, gp_Trsf2d Trsf)
 {
     throw new NotImplementedException();
 }
Beispiel #4
0
 public double TransformedParameter(double U, gp_Trsf2d T)
 {
     throw new NotImplementedException();
 }
Beispiel #5
0
 public bool IsOut(Bnd_Box2d theOther, gp_Trsf2d theTrsf)
 {
     throw new NotImplementedException();
 }
Beispiel #6
0
 public bool IsOut(gp_Trsf2d T1, Bnd_Box2d Other, gp_Trsf2d T2)
 {
     throw new NotImplementedException();
 }
Beispiel #7
0
 public Bnd_B2f Transformed(gp_Trsf2d theTrsf)
 {
     throw new NotImplementedException();
 }
Beispiel #8
0
 public Bnd_Box2d Transformed(gp_Trsf2d T)
 {
     throw new NotImplementedException();
 }
Beispiel #9
0
 public bool IsIn(Bnd_B2f theBox, gp_Trsf2d theTrsf)
 {
     throw new NotImplementedException();
 }
Beispiel #10
0
 public void SetTrsf2d(gp_Trsf2d T)
 {
     throw new NotImplementedException();
 }
Beispiel #11
0
 public Geom2d_Transformation(gp_Trsf2d T)
     : base()
 {
     throw new NotImplementedException();
 }
 public Geom2d_Geometry Transformed(gp_Trsf2d T)
 {
     throw new NotImplementedException();
 }
 public Geom2d_Curve TransformPCurve(Geom2d_Curve pcurve, gp_Trsf2d trans, double uFact, ref double aFirst,
                                     ref double aLast)
 {
     throw new NotImplementedException();
 }