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();
 }
Пример #2
0
 public IntPolyh_Point(IntPolyh_Point parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public void Cross(IntPolyh_Point P1, IntPolyh_Point P2)
 {
     throw new NotImplementedException();
 }
Пример #4
0
 public double Dot(IntPolyh_Point P2)
 {
     throw new NotImplementedException();
 }
Пример #5
0
 public double SquareDistance(IntPolyh_Point P2)
 {
     throw new NotImplementedException();
 }
Пример #6
0
 public IntPolyh_Point Sub(IntPolyh_Point P1)
 {
     throw new NotImplementedException();
 }
Пример #7
0
 public void Middle(Adaptor3d_HSurface MySurface, IntPolyh_Point P1, IntPolyh_Point P2)
 {
     throw new NotImplementedException();
 }
 public int TriContact(IntPolyh_Point P1, IntPolyh_Point P2, IntPolyh_Point P3, IntPolyh_Point Q1,
                       IntPolyh_Point Q2, IntPolyh_Point Q3, ref double Angle)
 {
     throw new NotImplementedException();
 }