Ejemplo n.º 1
0
 public IntRes2d_IntersectionPoint(gp_Pnt2d P, double Uc1, double Uc2, IntRes2d_Transition Trans1,
                                   IntRes2d_Transition Trans2, bool ReversedFlag)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public void SetValues(gp_Pnt2d P, double Uc1, double Uc2, IntRes2d_Transition Trans1,
                       IntRes2d_Transition Trans2, bool ReversedFlag)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public IntRes2d_Transition(IntRes2d_Transition parameter1)
     : base()
 {
     throw new NotImplementedException();
 }