コード例 #1
0
 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 int GetEdgePoints(IntPolyh_Triangle Triangle, ref int FirstEdgePoint, ref int SecondEdgePoint,
                          ref int LastPoint)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public IntPolyh_Triangle(IntPolyh_Triangle parameter1)
     : base()
 {
     throw new NotImplementedException();
 }