C# Class CascadeSharp.TKGeomAlgo.IntSurf.IntSurf_PntOn2S

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

Méthodes publiques

Méthode Description
IntSurf_PntOn2S ( ) : System
IntSurf_PntOn2S ( IntSurf_PntOn2S parameter1 ) : System
IsSame ( IntSurf_PntOn2S theOtherPoint ) : bool
IsSame ( IntSurf_PntOn2S theOtherPoint, double theTol3D ) : bool
IsSame ( IntSurf_PntOn2S theOtherPoint, double theTol3D, double theTol2D ) : bool
Parameters ( double &U1, double &V1, double &U2, double &V2 ) : void
ParametersOnS1 ( double &U1, double &V1 ) : void
ParametersOnS2 ( double &U2, double &V2 ) : void
ParametersOnSurface ( bool OnFirst, double &U, double &V ) : void
SetValue ( bool OnFirst, double U, double V ) : void
SetValue ( double U1, double V1, double U2, double V2 ) : void
SetValue ( gp_Pnt Pt ) : void
SetValue ( gp_Pnt Pt, bool OnFirst, double U, double V ) : void
SetValue ( gp_Pnt Pt, double U1, double V1, double U2, double V2 ) : void
Value ( ) : gp_Pnt
ValueOnSurface ( bool OnFirst ) : gp_Pnt2d

Method Details

IntSurf_PntOn2S() public méthode

public IntSurf_PntOn2S ( ) : System
Résultat System

IntSurf_PntOn2S() public méthode

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

IsSame() public méthode

public IsSame ( IntSurf_PntOn2S theOtherPoint ) : bool
theOtherPoint IntSurf_PntOn2S
Résultat bool

IsSame() public méthode

public IsSame ( IntSurf_PntOn2S theOtherPoint, double theTol3D ) : bool
theOtherPoint IntSurf_PntOn2S
theTol3D double
Résultat bool

IsSame() public méthode

public IsSame ( IntSurf_PntOn2S theOtherPoint, double theTol3D, double theTol2D ) : bool
theOtherPoint IntSurf_PntOn2S
theTol3D double
theTol2D double
Résultat bool

Parameters() public méthode

public Parameters ( double &U1, double &V1, double &U2, double &V2 ) : void
U1 double
V1 double
U2 double
V2 double
Résultat void

ParametersOnS1() public méthode

public ParametersOnS1 ( double &U1, double &V1 ) : void
U1 double
V1 double
Résultat void

ParametersOnS2() public méthode

public ParametersOnS2 ( double &U2, double &V2 ) : void
U2 double
V2 double
Résultat void

ParametersOnSurface() public méthode

public ParametersOnSurface ( bool OnFirst, double &U, double &V ) : void
OnFirst bool
U double
V double
Résultat void

SetValue() public méthode

public SetValue ( bool OnFirst, double U, double V ) : void
OnFirst bool
U double
V double
Résultat void

SetValue() public méthode

public SetValue ( double U1, double V1, double U2, double V2 ) : void
U1 double
V1 double
U2 double
V2 double
Résultat void

SetValue() public méthode

public SetValue ( gp_Pnt Pt ) : void
Pt gp_Pnt
Résultat void

SetValue() public méthode

public SetValue ( gp_Pnt Pt, bool OnFirst, double U, double V ) : void
Pt gp_Pnt
OnFirst bool
U double
V double
Résultat void

SetValue() public méthode

public SetValue ( gp_Pnt Pt, double U1, double V1, double U2, double V2 ) : void
Pt gp_Pnt
U1 double
V1 double
U2 double
V2 double
Résultat void

Value() public méthode

public Value ( ) : gp_Pnt
Résultat gp_Pnt

ValueOnSurface() public méthode

public ValueOnSurface ( bool OnFirst ) : gp_Pnt2d
OnFirst bool
Résultat gp_Pnt2d