Esempio n. 1
0
 public bool CheckIntersectingEdges(int num1, int num2, IntRes2d_SequenceOfIntersectionPoint points2d,
                                    TColgp_SequenceOfPnt points3d, TColStd_SequenceOfReal errors)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public bool CheckSelfIntersectingEdge(int num, IntRes2d_SequenceOfIntersectionPoint points2d,
                                       TColgp_SequenceOfPnt points3d)
 {
     throw new NotImplementedException();
 }