public int TriangleEdgeContact(int TriSurfID, int EdgeIndice, IntPolyh_Triangle Tri1, IntPolyh_Triangle Tri2,
                                IntPolyh_Point P1, IntPolyh_Point P2, IntPolyh_Point P3, IntPolyh_Point C1, IntPolyh_Point C2,
                                IntPolyh_Point C3, IntPolyh_Point Pe1, IntPolyh_Point Pe2, IntPolyh_Point E, IntPolyh_Point N,
                                IntPolyh_StartPoint SP1, IntPolyh_StartPoint SP2)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public IntPolyh_StartPoint(IntPolyh_StartPoint parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public int CheckSameSP(IntPolyh_StartPoint SP)
 {
     throw new NotImplementedException();
 }
 public void Prepend(IntPolyh_StartPoint SP)
 {
     throw new NotImplementedException();
 }
 public int NextStartingPointsResearch(int T1, int T2, IntPolyh_StartPoint SPInit, IntPolyh_StartPoint SPNext)
 {
     throw new NotImplementedException();
 }
 public void Append(IntPolyh_StartPoint theItem)
 {
     throw new NotImplementedException();
 }
 public void SetValue(int theIndex, IntPolyh_StartPoint theItem)
 {
     throw new NotImplementedException();
 }
 public void InsertAfter(int theIndex, IntPolyh_StartPoint theItem)
 {
     throw new NotImplementedException();
 }