public IntPatch_SequenceOfLine Assign(IntPatch_SequenceOfLine theOther)
 {
     throw new NotImplementedException();
 }
 public void Append(IntPatch_SequenceOfLine theSeq)
 {
     throw new NotImplementedException();
 }
 public void Split(int theIndex, IntPatch_SequenceOfLine theSeq)
 {
     throw new NotImplementedException();
 }
 public IntPatch_SequenceOfLine(IntPatch_SequenceOfLine theOther)
     : base()
 {
     throw new NotImplementedException();
 }
 public void InsertBefore(int theIndex, IntPatch_SequenceOfLine theSeq)
 {
     throw new NotImplementedException();
 }
示例#6
0
 public void MakeWLine(IntPatch_ALine aline, double paraminf, double _paramsup, IntPatch_SequenceOfLine theLines)
 {
     throw new NotImplementedException();
 }
示例#7
0
 public void MakeWLine(IntPatch_ALine aline, IntPatch_SequenceOfLine theLines)
 {
     throw new NotImplementedException();
 }
 public void JoinWLines(IntPatch_SequenceOfLine theSlin, IntPatch_SequenceOfPoint theSPnt,
                        Adaptor3d_HSurface theS1, Adaptor3d_HSurface theS2, double theTol3D)
 {
     throw new NotImplementedException();
 }
 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();
 }