コード例 #1
0
 public void TreatCircle(IntPatch_Line aLine, double aTol)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public void Perform(IntPatch_Line L)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 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();
 }