Exemple #1
0
 public void TreatCircle(IntPatch_Line aLine, double aTol)
 {
     throw new NotImplementedException();
 }
Exemple #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();
 }
Exemple #4
0
 public double LastParameter(IntPatch_Line L)
 {
     throw new NotImplementedException();
 }
Exemple #5
0
 public IntPatch_Point Vertex(IntPatch_Line L, int I)
 {
     throw new NotImplementedException();
 }
Exemple #6
0
 public int NbVertex(IntPatch_Line L)
 {
     throw new NotImplementedException();
 }