C# Class CascadeSharp.TKGeomAlgo.Geom2dInt.Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter

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

Public Methods

Method Description
Derivative ( double U, double &DF ) : bool
Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter ( ) : System
Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter ( Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter parameter1 ) : System
Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter ( gp_Pnt2d P, Adaptor2d_Curve2d C ) : System
GetStateNumber ( ) : int
Initialize ( Adaptor2d_Curve2d C ) : void
IsMin ( int N ) : bool
NbExt ( ) : int
SearchOfTolerance ( ) : double
SetPoint ( gp_Pnt2d P ) : void
SquareDistance ( int N ) : double
SubIntervalInitialize ( double theUfirst, double theUlast ) : void
Value ( double U, double &F ) : bool
Values ( double U, double &F, double &DF ) : bool

Method Details

Derivative() public method

public Derivative ( double U, double &DF ) : bool
U double
DF double
return bool

Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter() public method

public Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter ( ) : System
return System

Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter() public method

public Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter ( Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter parameter1 ) : System
parameter1 Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter
return System

Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter() public method

public Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter ( gp_Pnt2d P, Adaptor2d_Curve2d C ) : System
P gp_Pnt2d
C Adaptor2d_Curve2d
return System

GetStateNumber() public method

public GetStateNumber ( ) : int
return int

Initialize() public method

public Initialize ( Adaptor2d_Curve2d C ) : void
C Adaptor2d_Curve2d
return void

IsMin() public method

public IsMin ( int N ) : bool
N int
return bool

NbExt() public method

public NbExt ( ) : int
return int

SearchOfTolerance() public method

public SearchOfTolerance ( ) : double
return double

SetPoint() public method

public SetPoint ( gp_Pnt2d P ) : void
P gp_Pnt2d
return void

SquareDistance() public method

public SquareDistance ( int N ) : double
N int
return double

SubIntervalInitialize() public method

public SubIntervalInitialize ( double theUfirst, double theUlast ) : void
theUfirst double
theUlast double
return void

Value() public method

public Value ( double U, double &F ) : bool
U double
F double
return bool

Values() public method

public Values ( double U, double &F, double &DF ) : bool
U double
F double
DF double
return bool