public TopoDS_Shape GeneratingShape(MAT_BasicElt aBE)
 {
     throw new NotImplementedException();
 }
 public Geom2d_Geometry GeomElt(MAT_BasicElt aBasicElt)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public TopoDS_Shape ChangeFind(MAT_BasicElt theKey)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public bool Find(MAT_BasicElt theKey, TopoDS_Shape theValue)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 5
0
 public TopoDS_Shape Seek(MAT_BasicElt theKey)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 6
0
 public bool UnBind(MAT_BasicElt theKey)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 7
0
 public TopoDS_Shape Bound(MAT_BasicElt theKey, TopoDS_Shape theItem)
 {
     throw new NotImplementedException();
 }