Ejemplo n.º 1
0
 public BOPTools_Set Assign(BOPTools_Set Other)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public bool IsEqual(BOPTools_Set aOther)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public bool Remove(BOPTools_Set K)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 public BOPTools_Set(BOPTools_Set theOther)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 5
0
 public BOPTools_Set Added(BOPTools_Set K)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 6
0
 public bool Contains(BOPTools_Set K)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 7
0
 public int HashCode(BOPTools_Set theSet, int theUpperBound)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 8
0
 public bool IsEqual(BOPTools_Set aSet1, BOPTools_Set aSet2)
 {
     throw new NotImplementedException();
 }
 public void RemoveKey(BOPTools_Set theKey1)
 {
     throw new NotImplementedException();
 }
 public int FindIndex(BOPTools_Set theKey1)
 {
     throw new NotImplementedException();
 }
 public void Substitute(int theIndex, BOPTools_Set theKey1, TopoDS_Shape theItem)
 {
     throw new NotImplementedException();
 }
 public int Add(BOPTools_Set theKey1, TopoDS_Shape theItem)
 {
     throw new NotImplementedException();
 }
 public bool FindFromKey(BOPTools_Set theKey1, TopoDS_Shape theValue)
 {
     throw new NotImplementedException();
 }
 public TopoDS_Shape ChangeSeek(BOPTools_Set theKey1)
 {
     throw new NotImplementedException();
 }
 public TopoDS_Shape FindFromKey(BOPTools_Set theKey1)
 {
     throw new NotImplementedException();
 }