public void InfoFirst(ref Intf_PIType Dim, ref int Add1, ref int Add2, ref double Param)
 {
     throw new NotImplementedException();
 }
 public void InfoSecond(ref Intf_PIType Dim, ref int Addr, ref double Param)
 {
     throw new NotImplementedException();
 }
 public Intf_SectionPoint(gp_Pnt2d Where, Intf_PIType DimeO, int AddrO1, double ParamO, Intf_PIType DimeT,
                          int AddrT1, double ParamT, double Incid)
     : base()
 {
     throw new NotImplementedException();
 }