C# Class CascadeSharp.TKFillet.BlendFunc.BlendFunc_ConstRadInv

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

Public Methods

Method Description
BlendFunc_ConstRadInv ( ) : System
BlendFunc_ConstRadInv ( Adaptor3d_HSurface S1, Adaptor3d_HSurface S2, Adaptor3d_HCurve C ) : System
BlendFunc_ConstRadInv ( BlendFunc_ConstRadInv 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
Set ( bool OnFirst, Adaptor2d_HCurve2d COnSurf ) : void
Set ( double R, int Choix ) : void
Value ( Vector X, Vector F ) : bool
Values ( Vector X, Vector F, math_Matrix D ) : bool

Method Details

BlendFunc_ConstRadInv() public method

public BlendFunc_ConstRadInv ( ) : System
return System

BlendFunc_ConstRadInv() public method

public BlendFunc_ConstRadInv ( Adaptor3d_HSurface S1, Adaptor3d_HSurface S2, Adaptor3d_HCurve C ) : System
S1 Adaptor3d_HSurface
S2 Adaptor3d_HSurface
C Adaptor3d_HCurve
return System

BlendFunc_ConstRadInv() public method

public BlendFunc_ConstRadInv ( BlendFunc_ConstRadInv parameter1 ) : System
parameter1 BlendFunc_ConstRadInv
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

Set() public method

public Set ( bool OnFirst, Adaptor2d_HCurve2d COnSurf ) : void
OnFirst bool
COnSurf Adaptor2d_HCurve2d
return void

Set() public method

public Set ( double R, int Choix ) : void
R double
Choix int
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