C# 클래스 CascadeSharp.TKFillet.Blend.Blend_SurfPointFuncInv

상속: math_FunctionSetWithDerivatives
파일 보기 프로젝트 열기: Oblikovati/CascadeSharp 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Blend_SurfPointFuncInv() 공개 메소드

public Blend_SurfPointFuncInv ( ) : System
리턴 System

Blend_SurfPointFuncInv() 공개 메소드

public Blend_SurfPointFuncInv ( Blend_SurfPointFuncInv parameter1 ) : System
parameter1 Blend_SurfPointFuncInv
리턴 System

Derivatives() 공개 메소드

public Derivatives ( Vector X, math_Matrix D ) : bool
X Vector
D math_Matrix
리턴 bool

GetBounds() 공개 메소드

public GetBounds ( Vector InfBound, Vector SupBound ) : void
InfBound Vector
SupBound Vector
리턴 void

GetTolerance() 공개 메소드

public GetTolerance ( Vector Tolerance, double Tol ) : void
Tolerance Vector
Tol double
리턴 void

IsSolution() 공개 메소드

public IsSolution ( Vector Sol, double Tol ) : bool
Sol Vector
Tol double
리턴 bool

NbEquations() 공개 메소드

public NbEquations ( ) : int
리턴 int

NbVariables() 공개 메소드

public NbVariables ( ) : int
리턴 int

Set() 공개 메소드

public Set ( gp_Pnt P ) : void
P gp_Pnt
리턴 void

Value() 공개 메소드

public Value ( Vector X, Vector F ) : bool
X Vector
F Vector
리턴 bool

Values() 공개 메소드

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