public gp_Circ2d Transformed(gp_Trsf2d T) { throw new NotImplementedException(); }
public gp_Trsf(gp_Trsf2d T) : base() { throw new NotImplementedException(); }
public void Transform(gp_Trsf2d T) { throw new NotImplementedException(); }
public void SetTrsf2d(gp_Trsf2d T) { throw new NotImplementedException(); }
public gp_Trsf2d(gp_Trsf2d parameter1) : base() { throw new NotImplementedException(); }
public void PreMultiply(gp_Trsf2d T) { throw new NotImplementedException(); }
public gp_Trsf2d Multiplied(gp_Trsf2d T) { throw new NotImplementedException(); }