Пример #1
0
 public void TreatCircle(IntPatch_Line aLine, double aTol)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public void Perform(IntPatch_Line L)
 {
     throw new NotImplementedException();
 }
 public void SetLine(IntPatch_Line L, BRepAdaptor_Surface S1, BRepAdaptor_Surface S2)
 {
     throw new NotImplementedException();
 }
Пример #4
0
 public double LastParameter(IntPatch_Line L)
 {
     throw new NotImplementedException();
 }
Пример #5
0
 public IntPatch_Point Vertex(IntPatch_Line L, int I)
 {
     throw new NotImplementedException();
 }
Пример #6
0
 public int NbVertex(IntPatch_Line L)
 {
     throw new NotImplementedException();
 }