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