C# Class CascadeSharp.TKFillet.Blend.Blend_SurfPointFuncInv

Inheritance: math_FunctionSetWithDerivatives
Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Blend_SurfPointFuncInv ( ) : System
Blend_SurfPointFuncInv ( Blend_SurfPointFuncInv parameter1 ) : System
Derivatives ( Vector X, math_Matrix D ) : bool
GetBounds ( Vector InfBound, Vector SupBound ) : void
GetTolerance ( Vector Tolerance, double Tol ) : void
IsSolution ( Vector Sol, double Tol ) : bool
NbEquations ( ) : int
NbVariables ( ) : int
Set ( gp_Pnt P ) : void
Value ( Vector X, Vector F ) : bool
Values ( Vector X, Vector F, math_Matrix D ) : bool

Method Details

Blend_SurfPointFuncInv() public method

public Blend_SurfPointFuncInv ( ) : System
return System

Blend_SurfPointFuncInv() public method

public Blend_SurfPointFuncInv ( Blend_SurfPointFuncInv parameter1 ) : System
parameter1 Blend_SurfPointFuncInv
return System

Derivatives() public method

public Derivatives ( Vector X, math_Matrix D ) : bool
X Vector
D math_Matrix
return bool

GetBounds() public method

public GetBounds ( Vector InfBound, Vector SupBound ) : void
InfBound Vector
SupBound Vector
return void

GetTolerance() public method

public GetTolerance ( Vector Tolerance, double Tol ) : void
Tolerance Vector
Tol double
return void

IsSolution() public method

public IsSolution ( Vector Sol, double Tol ) : bool
Sol Vector
Tol double
return bool

NbEquations() public method

public NbEquations ( ) : int
return int

NbVariables() public method

public NbVariables ( ) : int
return int

Set() public method

public Set ( gp_Pnt P ) : void
P gp_Pnt
return void

Value() public method

public Value ( Vector X, Vector F ) : bool
X Vector
F Vector
return bool

Values() public method

public Values ( Vector X, Vector F, math_Matrix D ) : bool
X Vector
F Vector
D math_Matrix
return bool