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