C# Class CascadeSharp.TKFillet.BlendFunc.BlendFunc_RuledInv

Inheritance: Blend_FuncInv
Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode Description
BlendFunc_RuledInv ( ) : System
BlendFunc_RuledInv ( Adaptor3d_HSurface S1, Adaptor3d_HSurface S2, Adaptor3d_HCurve C ) : System
BlendFunc_RuledInv ( BlendFunc_RuledInv 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
Value ( Vector X, Vector F ) : bool
Values ( Vector X, Vector F, math_Matrix D ) : bool

Method Details

BlendFunc_RuledInv() public méthode

public BlendFunc_RuledInv ( ) : System
Résultat System

BlendFunc_RuledInv() public méthode

public BlendFunc_RuledInv ( Adaptor3d_HSurface S1, Adaptor3d_HSurface S2, Adaptor3d_HCurve C ) : System
S1 Adaptor3d_HSurface
S2 Adaptor3d_HSurface
C Adaptor3d_HCurve
Résultat System

BlendFunc_RuledInv() public méthode

public BlendFunc_RuledInv ( BlendFunc_RuledInv parameter1 ) : System
parameter1 BlendFunc_RuledInv
Résultat System

Derivatives() public méthode

public Derivatives ( Vector X, math_Matrix D ) : bool
X Vector
D math_Matrix
Résultat bool

GetBounds() public méthode

public GetBounds ( Vector InfBound, Vector SupBound ) : void
InfBound Vector
SupBound Vector
Résultat void

GetTolerance() public méthode

public GetTolerance ( Vector Tolerance, double Tol ) : void
Tolerance Vector
Tol double
Résultat void

IsSolution() public méthode

public IsSolution ( Vector Sol, double Tol ) : bool
Sol Vector
Tol double
Résultat bool

NbEquations() public méthode

public NbEquations ( ) : int
Résultat int

Set() public méthode

public Set ( bool OnFirst, Adaptor2d_HCurve2d COnSurf ) : void
OnFirst bool
COnSurf Adaptor2d_HCurve2d
Résultat void

Value() public méthode

public Value ( Vector X, Vector F ) : bool
X Vector
F Vector
Résultat bool

Values() public méthode

public Values ( Vector X, Vector F, math_Matrix D ) : bool
X Vector
F Vector
D math_Matrix
Résultat bool