C# Class CascadeSharp.TKGeomAlgo.IntSurf.IntSurf_InteriorPoint

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

Méthodes publiques

Méthode Description
Direction ( ) : gp_Vec
Direction2d ( ) : gp_Vec2d
IntSurf_InteriorPoint ( ) : System
IntSurf_InteriorPoint ( IntSurf_InteriorPoint parameter1 ) : System
IntSurf_InteriorPoint ( gp_Pnt P, double U, double V, gp_Vec Direc, gp_Vec2d Direc2d ) : System
Parameters ( double &U, double &V ) : void
SetValue ( gp_Pnt P, double U, double V, gp_Vec Direc, gp_Vec2d Direc2d ) : void
UParameter ( ) : double
VParameter ( ) : double
Value ( ) : gp_Pnt

Method Details

Direction() public méthode

public Direction ( ) : gp_Vec
Résultat gp_Vec

Direction2d() public méthode

public Direction2d ( ) : gp_Vec2d
Résultat gp_Vec2d

IntSurf_InteriorPoint() public méthode

public IntSurf_InteriorPoint ( ) : System
Résultat System

IntSurf_InteriorPoint() public méthode

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

IntSurf_InteriorPoint() public méthode

public IntSurf_InteriorPoint ( gp_Pnt P, double U, double V, gp_Vec Direc, gp_Vec2d Direc2d ) : System
P gp_Pnt
U double
V double
Direc gp_Vec
Direc2d gp_Vec2d
Résultat System

Parameters() public méthode

public Parameters ( double &U, double &V ) : void
U double
V double
Résultat void

SetValue() public méthode

public SetValue ( gp_Pnt P, double U, double V, gp_Vec Direc, gp_Vec2d Direc2d ) : void
P gp_Pnt
U double
V double
Direc gp_Vec
Direc2d gp_Vec2d
Résultat void

UParameter() public méthode

public UParameter ( ) : double
Résultat double

VParameter() public méthode

public VParameter ( ) : double
Résultat double

Value() public méthode

public Value ( ) : gp_Pnt
Résultat gp_Pnt