C# Class CascadeSharp.TKGeomAlgo.IntSurf.IntSurf_PntOn2S

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method 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 method

public IntSurf_PntOn2S ( ) : System
return System

IntSurf_PntOn2S() public method

public IntSurf_PntOn2S ( IntSurf_PntOn2S parameter1 ) : System
parameter1 IntSurf_PntOn2S
return System

IsSame() public method

public IsSame ( IntSurf_PntOn2S theOtherPoint ) : bool
theOtherPoint IntSurf_PntOn2S
return bool

IsSame() public method

public IsSame ( IntSurf_PntOn2S theOtherPoint, double theTol3D ) : bool
theOtherPoint IntSurf_PntOn2S
theTol3D double
return bool

IsSame() public method

public IsSame ( IntSurf_PntOn2S theOtherPoint, double theTol3D, double theTol2D ) : bool
theOtherPoint IntSurf_PntOn2S
theTol3D double
theTol2D double
return bool

Parameters() public method

public Parameters ( double &U1, double &V1, double &U2, double &V2 ) : void
U1 double
V1 double
U2 double
V2 double
return void

ParametersOnS1() public method

public ParametersOnS1 ( double &U1, double &V1 ) : void
U1 double
V1 double
return void

ParametersOnS2() public method

public ParametersOnS2 ( double &U2, double &V2 ) : void
U2 double
V2 double
return void

ParametersOnSurface() public method

public ParametersOnSurface ( bool OnFirst, double &U, double &V ) : void
OnFirst bool
U double
V double
return void

SetValue() public method

public SetValue ( bool OnFirst, double U, double V ) : void
OnFirst bool
U double
V double
return void

SetValue() public method

public SetValue ( double U1, double V1, double U2, double V2 ) : void
U1 double
V1 double
U2 double
V2 double
return void

SetValue() public method

public SetValue ( gp_Pnt Pt ) : void
Pt gp_Pnt
return void

SetValue() public method

public SetValue ( gp_Pnt Pt, bool OnFirst, double U, double V ) : void
Pt gp_Pnt
OnFirst bool
U double
V double
return void

SetValue() public method

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
return void

Value() public method

public Value ( ) : gp_Pnt
return gp_Pnt

ValueOnSurface() public method

public ValueOnSurface ( bool OnFirst ) : gp_Pnt2d
OnFirst bool
return gp_Pnt2d