コード例 #1
0
 public void SetValue(int theIndex, IntPatch_Line theItem)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public void InsertAfter(int theIndex, IntPatch_Line theItem)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public void Prepend(IntPatch_Line theItem)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public void PutVertexOnLine(IntPatch_Line L, Adaptor3d_HSurface Surf, Adaptor3d_TopolTool Domain,
                             Adaptor3d_HSurface OtherSurf, bool OnFirst, double Tol)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
 public void Perform(IntPatch_SequenceOfLine SL, IntPatch_Line L, Adaptor3d_HSurface S1, Adaptor3d_TopolTool D1,
     Adaptor3d_HSurface S2, Adaptor3d_TopolTool D2, double Tol)
 {
     throw new NotImplementedException();
 }
コード例 #6
0
 public IntPatch_Line(IntPatch_Line parameter1)
     : base()
 {
     throw new NotImplementedException();
 }