C# Class CascadeSharp.TKGeomAlgo.IntPatch.IntPatch_ArcFunction

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

Public Methods

Method Description
Arc ( ) : Adaptor2d_HCurve2d
Derivative ( double X, double &D ) : bool
GetStateNumber ( ) : int
IntPatch_ArcFunction ( ) : System
IntPatch_ArcFunction ( IntPatch_ArcFunction parameter1 ) : System
LastComputedPoint ( ) : gp_Pnt
NbSamples ( ) : int
Quadric ( ) : IntSurf_Quadric
Set ( Adaptor2d_HCurve2d A ) : void
Set ( Adaptor3d_HSurface S ) : void
SetQuadric ( IntSurf_Quadric Q ) : void
Surface ( ) : Adaptor3d_HSurface
Valpoint ( int Index ) : gp_Pnt
Value ( double X, double &F ) : bool
Values ( double X, double &F, double &D ) : bool

Method Details

Arc() public method

public Arc ( ) : Adaptor2d_HCurve2d
return Adaptor2d_HCurve2d

Derivative() public method

public Derivative ( double X, double &D ) : bool
X double
D double
return bool

GetStateNumber() public method

public GetStateNumber ( ) : int
return int

IntPatch_ArcFunction() public method

public IntPatch_ArcFunction ( ) : System
return System

IntPatch_ArcFunction() public method

public IntPatch_ArcFunction ( IntPatch_ArcFunction parameter1 ) : System
parameter1 IntPatch_ArcFunction
return System

LastComputedPoint() public method

public LastComputedPoint ( ) : gp_Pnt
return gp_Pnt

NbSamples() public method

public NbSamples ( ) : int
return int

Quadric() public method

public Quadric ( ) : IntSurf_Quadric
return IntSurf_Quadric

Set() public method

public Set ( Adaptor2d_HCurve2d A ) : void
A Adaptor2d_HCurve2d
return void

Set() public method

public Set ( Adaptor3d_HSurface S ) : void
S Adaptor3d_HSurface
return void

SetQuadric() public method

public SetQuadric ( IntSurf_Quadric Q ) : void
Q IntSurf_Quadric
return void

Surface() public method

public Surface ( ) : Adaptor3d_HSurface
return Adaptor3d_HSurface

Valpoint() public method

public Valpoint ( int Index ) : gp_Pnt
Index int
return gp_Pnt

Value() public method

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

Values() public method

public Values ( double X, double &F, double &D ) : bool
X double
F double
D double
return bool