Esempio n. 1
0
 public void Union(TopTools_MapOfShape theLeft, TopTools_MapOfShape theRight)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public bool IsEqual(TopTools_MapOfShape theOther)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public bool Contains(TopTools_MapOfShape theOther)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public TopTools_MapOfShape Assign(TopTools_MapOfShape theOther)
 {
     throw new NotImplementedException();
 }
Esempio n. 5
0
 public void Exchange(TopTools_MapOfShape theOther)
 {
     throw new NotImplementedException();
 }
Esempio n. 6
0
 public TopTools_MapOfShape(TopTools_MapOfShape theOther)
     : base()
 {
     throw new NotImplementedException();
 }
Esempio n. 7
0
 public bool Subtract(TopTools_MapOfShape theOther)
 {
     throw new NotImplementedException();
 }
Esempio n. 8
0
 public bool HasIntersection(TopTools_MapOfShape theMap)
 {
     throw new NotImplementedException();
 }