public void Ancestors(Graphic3d_MapOfStructure SG)
 {
     throw new NotImplementedException();
 }
 public void Descendants(Graphic3d_MapOfStructure SG)
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public Bnd_Box MinMaxValues(Graphic3d_MapOfStructure theSet, bool theToIncludeAuxiliary)
 {
     throw new NotImplementedException();
 }
Exemple #4
0
 public Bnd_Box MinMaxValues(Graphic3d_MapOfStructure theSet)
 {
     throw new NotImplementedException();
 }
Exemple #5
0
 public bool ContainsFacet(Graphic3d_MapOfStructure theSet)
 {
     throw new NotImplementedException();
 }
Exemple #6
0
 public void DisplayedStructures(Graphic3d_MapOfStructure theStructures)
 {
     throw new NotImplementedException();
 }
Exemple #7
0
 public bool Unite(Graphic3d_MapOfStructure theOther)
 {
     throw new NotImplementedException();
 }
Exemple #8
0
 public void HighlightedStructures(Graphic3d_MapOfStructure SG)
 {
     throw new NotImplementedException();
 }
Exemple #9
0
 public void Union(Graphic3d_MapOfStructure theLeft, Graphic3d_MapOfStructure theRight)
 {
     throw new NotImplementedException();
 }
Exemple #10
0
 public Graphic3d_MapOfStructure Assign(Graphic3d_MapOfStructure theOther)
 {
     throw new NotImplementedException();
 }
Exemple #11
0
 public void Exchange(Graphic3d_MapOfStructure theOther)
 {
     throw new NotImplementedException();
 }
Exemple #12
0
 public Graphic3d_MapOfStructure(Graphic3d_MapOfStructure theOther)
     : base()
 {
     throw new NotImplementedException();
 }
Exemple #13
0
 public bool HasIntersection(Graphic3d_MapOfStructure theMap)
 {
     throw new NotImplementedException();
 }