Inheritance: CascadeSharp.TKBO.IntTools.IntTools_BaseRangeSample
示例#1
0
 public bool LocalizeSolutions(IntTools_CurveRangeSample theCurveRange, Bnd_Box theBoxCurve,
                               IntTools_SurfaceRangeSample theSurfaceRange, Bnd_Box theBoxSurface,
                               IntTools_CurveRangeLocalizeData theCurveData, IntTools_SurfaceRangeLocalizeData theSurfaceData,
                               IntTools_ListOfCurveRangeSample theL_istCurveRange, IntTools_ListOfSurfaceRangeSample theL_istSurfaceRange)
 {
     throw new NotImplementedException();
 }
 public IntTools_CurveRangeSample(IntTools_CurveRangeSample parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
示例#3
0
 public Bnd_Box ChangeFind(IntTools_CurveRangeSample theKey)
 {
     throw new NotImplementedException();
 }
示例#4
0
 public bool Find(IntTools_CurveRangeSample theKey, Bnd_Box theValue)
 {
     throw new NotImplementedException();
 }
示例#5
0
 public bool UnBind(IntTools_CurveRangeSample theKey)
 {
     throw new NotImplementedException();
 }
示例#6
0
 public Bnd_Box Bound(IntTools_CurveRangeSample theKey, Bnd_Box theItem)
 {
     throw new NotImplementedException();
 }
 public IntTools_CurveRangeSample Prepend(IntTools_CurveRangeSample theItem)
 {
     throw new NotImplementedException();
 }
 public void GetRanges(IntTools_CurveRangeSample theRangeU, IntTools_CurveRangeSample theRangeV)
 {
     throw new NotImplementedException();
 }
 public bool FindBox(IntTools_CurveRangeSample theRange, Bnd_Box theBox)
 {
     throw new NotImplementedException();
 }
 public void AddOutRange(IntTools_CurveRangeSample theRange)
 {
     throw new NotImplementedException();
 }
 public bool Remove(IntTools_CurveRangeSample K)
 {
     throw new NotImplementedException();
 }
 public bool Contains(IntTools_CurveRangeSample K)
 {
     throw new NotImplementedException();
 }
 public IntTools_CurveRangeSample Added(IntTools_CurveRangeSample K)
 {
     throw new NotImplementedException();
 }
 public int HashCode(IntTools_CurveRangeSample theKey, int theUpperBound)
 {
     throw new NotImplementedException();
 }
 public void SetSampleRangeV(IntTools_CurveRangeSample theRangeSampleV)
 {
     throw new NotImplementedException();
 }
 public bool IsEqual(IntTools_CurveRangeSample Other)
 {
     throw new NotImplementedException();
 }
 public bool IsRangeOut(IntTools_CurveRangeSample theRange)
 {
     throw new NotImplementedException();
 }
 public IntTools_SurfaceRangeSample(IntTools_CurveRangeSample theRangeU, IntTools_CurveRangeSample theRangeV)
     : base()
 {
     throw new NotImplementedException();
 }