public void Add(Bnd_Box2d theBox, int boxIndex)
 {
     throw new NotImplementedException();
 }
 public TColStd_ListOfInteger Compare(Bnd_Box2d theBox)
 {
     throw new NotImplementedException();
 }
 public void Initialize(Bnd_Box2d CompleteBox, Bnd_HArray1OfBox2d SetOfBox)
 {
     throw new NotImplementedException();
 }
 public void Initialize(Bnd_Box2d CompleteBox, int nbComponents)
 {
     throw new NotImplementedException();
 }
Example #5
0
 public bool IsOut(gp_Trsf2d T1, Bnd_Box2d Other, gp_Trsf2d T2)
 {
     throw new NotImplementedException();
 }
Example #6
0
 public Bnd_Box2d(Bnd_Box2d parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Example #7
0
 public bool IsOut(Bnd_Box2d Other)
 {
     throw new NotImplementedException();
 }
Example #8
0
 public bool IsOut(Bnd_Box2d theOther, gp_Trsf2d theTrsf)
 {
     throw new NotImplementedException();
 }
Example #9
0
 public void Add(Bnd_Box2d Other)
 {
     throw new NotImplementedException();
 }
 public void Init(Bnd_Box2d theValue)
 {
     throw new NotImplementedException();
 }
 public Bnd_HArray1OfBox2d(int theLower, int theUpper, Bnd_Box2d theValue)
     : base()
 {
     throw new NotImplementedException();
 }
 public void SetValue(int theIndex, Bnd_Box2d theItem)
 {
     throw new NotImplementedException();
 }
 public Bnd_Array1OfBox2d(Bnd_Box2d theBegin, int theLower, int theUpper)
     : base()
 {
     throw new NotImplementedException();
 }