Method | Description | |
---|---|---|
Direction ( ) : gp_Vec | ||
Direction2d ( ) : gp_Vec2d | ||
IntSurf_InteriorPoint ( ) : System | ||
IntSurf_InteriorPoint ( |
||
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 |
public IntSurf_InteriorPoint ( |
||
parameter1 | ||
return | System |
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 |
public Parameters ( double &U, double &V ) : void | ||
U | double | |
V | double | |
return | void |
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 |