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(); }
public double TransformedParameter(double U, gp_Trsf2d T) { throw new NotImplementedException(); }
public bool IsOut(Bnd_Box2d theOther, gp_Trsf2d theTrsf) { throw new NotImplementedException(); }
public bool IsOut(gp_Trsf2d T1, Bnd_Box2d Other, gp_Trsf2d T2) { throw new NotImplementedException(); }
public Bnd_B2f Transformed(gp_Trsf2d theTrsf) { throw new NotImplementedException(); }
public Bnd_Box2d Transformed(gp_Trsf2d T) { throw new NotImplementedException(); }
public bool IsIn(Bnd_B2f theBox, gp_Trsf2d theTrsf) { throw new NotImplementedException(); }
public void SetTrsf2d(gp_Trsf2d T) { throw new NotImplementedException(); }
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(); }