CascadeSharp.TKFillet.BlendFunc.BlendFunc_ConstThroatInv.IsSolution C# (CSharp) Method

IsSolution() public method

public IsSolution ( Vector Sol, double Tol ) : bool
Sol Vector
Tol double
return bool
        public bool IsSolution(Vector Sol, double Tol)
        {
            throw new NotImplementedException();
        }