Beispiel #1
0
 public void DeterminePosition(ref IntRes2d_Position Pos1, IntRes2d_Domain Dom1, gp_Pnt2d P1, double Tol)
 {
     throw new NotImplementedException();
 }
 public void SetPosition(IntRes2d_Position Pos)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public bool DetermineTransition(IntRes2d_Position Pos1, gp_Vec2d Tan1, IntRes2d_Transition Trans1,
                                 IntRes2d_Position Pos2, gp_Vec2d Tan2, IntRes2d_Transition Trans2, double Tol)
 {
     throw new NotImplementedException();
 }
 public void SetValue(bool Tangent, IntRes2d_Position Pos, IntRes2d_Situation Situ, bool Oppos)
 {
     throw new NotImplementedException();
 }
 public void SetValue(bool Tangent, IntRes2d_Position Pos, IntRes2d_TypeTrans Type)
 {
     throw new NotImplementedException();
 }
 public IntRes2d_Transition(IntRes2d_Position Pos)
     : base()
 {
     throw new NotImplementedException();
 }
 public IntRes2d_Transition(bool Tangent, IntRes2d_Position Pos, IntRes2d_Situation Situ, bool Oppos)
     : base()
 {
     throw new NotImplementedException();
 }
 public IntRes2d_Transition(bool Tangent, IntRes2d_Position Pos, IntRes2d_TypeTrans Type)
     : base()
 {
     throw new NotImplementedException();
 }