public void GetRanges(IntToolsCurveRangeSample theRangeU, IntToolsCurveRangeSample theRangeV) { IntTools_SurfaceRangeSample_GetRanges72DC087B(Instance, theRangeU.Instance, theRangeV.Instance); }
public bool IsEqual(IntToolsCurveRangeSample Other) { return(IntTools_CurveRangeSample_IsEqual6A019644(Instance, Other.Instance)); }
public IntToolsSurfaceRangeSample(IntToolsCurveRangeSample theRangeU, IntToolsCurveRangeSample theRangeV) : base(IntTools_SurfaceRangeSample_Ctor72DC087B(theRangeU.Instance, theRangeV.Instance)) { }