示例#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();
 }
示例#4
0
 public double TransformedParameter(double U, gp_Trsf2d T)
 {
     throw new NotImplementedException();
 }
示例#5
0
 public bool IsOut(Bnd_Box2d theOther, gp_Trsf2d theTrsf)
 {
     throw new NotImplementedException();
 }
示例#6
0
 public bool IsOut(gp_Trsf2d T1, Bnd_Box2d Other, gp_Trsf2d T2)
 {
     throw new NotImplementedException();
 }
示例#7
0
 public Bnd_B2f Transformed(gp_Trsf2d theTrsf)
 {
     throw new NotImplementedException();
 }
示例#8
0
 public Bnd_Box2d Transformed(gp_Trsf2d T)
 {
     throw new NotImplementedException();
 }
示例#9
0
 public bool IsIn(Bnd_B2f theBox, gp_Trsf2d theTrsf)
 {
     throw new NotImplementedException();
 }
示例#10
0
 public void SetTrsf2d(gp_Trsf2d T)
 {
     throw new NotImplementedException();
 }
示例#11
0
 public Geom2d_Transformation(gp_Trsf2d T)
     : base()
 {
     throw new NotImplementedException();
 }
示例#12
0
 public Geom2d_Geometry Transformed(gp_Trsf2d T)
 {
     throw new NotImplementedException();
 }
示例#13
0
 public Geom2d_Curve TransformPCurve(Geom2d_Curve pcurve, gp_Trsf2d trans, double uFact, ref double aFirst,
                                     ref double aLast)
 {
     throw new NotImplementedException();
 }