C# Class CascadeSharp.TKGeomAlgo.IntPatch.IntPatch_ArcFunction

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

Méthodes publiques

Méthode 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 méthode

public Arc ( ) : Adaptor2d_HCurve2d
Résultat Adaptor2d_HCurve2d

Derivative() public méthode

public Derivative ( double X, double &D ) : bool
X double
D double
Résultat bool

GetStateNumber() public méthode

public GetStateNumber ( ) : int
Résultat int

IntPatch_ArcFunction() public méthode

public IntPatch_ArcFunction ( ) : System
Résultat System

IntPatch_ArcFunction() public méthode

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

LastComputedPoint() public méthode

public LastComputedPoint ( ) : gp_Pnt
Résultat gp_Pnt

NbSamples() public méthode

public NbSamples ( ) : int
Résultat int

Quadric() public méthode

public Quadric ( ) : IntSurf_Quadric
Résultat IntSurf_Quadric

Set() public méthode

public Set ( Adaptor2d_HCurve2d A ) : void
A Adaptor2d_HCurve2d
Résultat void

Set() public méthode

public Set ( Adaptor3d_HSurface S ) : void
S Adaptor3d_HSurface
Résultat void

SetQuadric() public méthode

public SetQuadric ( IntSurf_Quadric Q ) : void
Q IntSurf_Quadric
Résultat void

Surface() public méthode

public Surface ( ) : Adaptor3d_HSurface
Résultat Adaptor3d_HSurface

Valpoint() public méthode

public Valpoint ( int Index ) : gp_Pnt
Index int
Résultat gp_Pnt

Value() public méthode

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

Values() public méthode

public Values ( double X, double &F, double &D ) : bool
X double
F double
D double
Résultat bool