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();
 }