C# Class CascadeSharp.TKGeomAlgo.IntSurf.IntSurf_InteriorPoint

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

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

public Direction ( ) : gp_Vec
return gp_Vec

Direction2d() public method

public Direction2d ( ) : gp_Vec2d
return gp_Vec2d

IntSurf_InteriorPoint() public method

public IntSurf_InteriorPoint ( ) : System
return System

IntSurf_InteriorPoint() public method

public IntSurf_InteriorPoint ( IntSurf_InteriorPoint parameter1 ) : System
parameter1 IntSurf_InteriorPoint
return System

IntSurf_InteriorPoint() public method

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

Parameters() public method

public Parameters ( double &U, double &V ) : void
U double
V double
return void

SetValue() public method

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

UParameter() public method

public UParameter ( ) : double
return double

VParameter() public method

public VParameter ( ) : double
return double

Value() public method

public Value ( ) : gp_Pnt
return gp_Pnt