예제 #1
0
 public Bnd_Array1OfSphere(Bnd_Sphere theBegin, int theLower, int theUpper)
     : base()
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public void Init(Bnd_Sphere theValue)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public void SetValue(int theIndex, Bnd_Sphere theItem)
 {
     throw new NotImplementedException();
 }
예제 #4
0
 public bool IsOut(Bnd_Sphere theOther)
 {
     throw new NotImplementedException();
 }
예제 #5
0
 public void Add(Bnd_Sphere theOther)
 {
     throw new NotImplementedException();
 }
예제 #6
0
 public Bnd_Sphere(Bnd_Sphere parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
예제 #7
0
 public Bnd_HArray1OfSphere(int theLower, int theUpper, Bnd_Sphere theValue)
     : base()
 {
     throw new NotImplementedException();
 }