C# Class CascadeSharp.TKFillet.BlendFunc.BlendFunc_ConstThroatInv

Inheritance: CascadeSharp.TKFillet.BlendFunc.BlendFunc_GenChamfInv
Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
BlendFunc_ConstThroatInv ( ) : System
BlendFunc_ConstThroatInv ( Adaptor3d_HSurface S1, Adaptor3d_HSurface S2, Adaptor3d_HCurve C ) : System
BlendFunc_ConstThroatInv ( BlendFunc_ConstThroatInv parameter1 ) : System
Derivatives ( Vector X, math_Matrix D ) : bool
IsSolution ( Vector Sol, double Tol ) : bool
Set ( double theThroat, double parameter1, int Choix ) : void
Value ( Vector X, Vector F ) : bool

Method Details

BlendFunc_ConstThroatInv() public method

public BlendFunc_ConstThroatInv ( ) : System
return System

BlendFunc_ConstThroatInv() public method

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

BlendFunc_ConstThroatInv() public method

public BlendFunc_ConstThroatInv ( BlendFunc_ConstThroatInv parameter1 ) : System
parameter1 BlendFunc_ConstThroatInv
return System

Derivatives() public method

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

IsSolution() public method

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

Set() public method

public Set ( double theThroat, double parameter1, int Choix ) : void
theThroat double
parameter1 double
Choix int
return void

Value() public method

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