public void Append(MAT2d_SequenceOfConnexion theSeq)
 {
     throw new NotImplementedException();
 }
 public MAT2d_SequenceOfConnexion Assign(MAT2d_SequenceOfConnexion theOther)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public void DoubleLine(TColGeom2d_SequenceOfGeometry Line, MAT2d_SequenceOfConnexion Connexions,
                        MAT2d_Connexion Father, double Side)
 {
     throw new NotImplementedException();
 }
 public void Split(int theIndex, MAT2d_SequenceOfConnexion theSeq)
 {
     throw new NotImplementedException();
 }
 public void ExploSons(MAT2d_SequenceOfConnexion aPath, MAT2d_Connexion aConnexion)
 {
     throw new NotImplementedException();
 }