public void JoinWLines(IntPatch_SequenceOfLine theSlin, IntPatch_SequenceOfPoint theSPnt,
                        Adaptor3d_HSurface theS1, Adaptor3d_HSurface theS2, double theTol3D)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public void Append(IntPatch_SequenceOfPoint theSeq)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public IntPatch_SequenceOfPoint Assign(IntPatch_SequenceOfPoint theOther)
 {
     throw new NotImplementedException();
 }
Beispiel #4
0
 public IntPatch_SequenceOfPoint(IntPatch_SequenceOfPoint theOther)
     : base()
 {
     throw new NotImplementedException();
 }
Beispiel #5
0
 public void Split(int theIndex, IntPatch_SequenceOfPoint theSeq)
 {
     throw new NotImplementedException();
 }
Beispiel #6
0
 public void InsertBefore(int theIndex, IntPatch_SequenceOfPoint theSeq)
 {
     throw new NotImplementedException();
 }