Method | Description | |
---|---|---|
Distance ( int Index ) : double | ||
GeomAPI_ExtremaCurveCurve ( ) : System | ||
GeomAPI_ExtremaCurveCurve ( |
||
GeomAPI_ExtremaCurveCurve ( Geom_Curve C1, Geom_Curve C2 ) : System | ||
GeomAPI_ExtremaCurveCurve ( Geom_Curve C1, Geom_Curve C2, double U1min, double U1max, double U2min, double U2max ) : System | ||
Init ( Geom_Curve C1, Geom_Curve C2 ) : void | ||
Init ( Geom_Curve C1, Geom_Curve C2, double U1min, double U1max, double U2min, double U2max ) : void | ||
LowerDistance ( ) : double | ||
LowerDistanceParameters ( double &U1, double &U2 ) : void | ||
NbExtrema ( ) : int | ||
NearestPoints ( gp_Pnt P1, gp_Pnt P2 ) : void | ||
Parameters ( int Index, double &U1, double &U2 ) : void | ||
Points ( int Index, gp_Pnt P1, gp_Pnt P2 ) : void | ||
TotalLowerDistance ( ) : double | ||
TotalLowerDistanceParameters ( double &U1, double &U2 ) : bool | ||
TotalNearestPoints ( gp_Pnt P1, gp_Pnt P2 ) : bool | ||
TotalPerform ( ) : void |
public GeomAPI_ExtremaCurveCurve ( ) : System | ||
return | System |
public GeomAPI_ExtremaCurveCurve ( |
||
parameter1 | ||
return | System |
public GeomAPI_ExtremaCurveCurve ( Geom_Curve C1, Geom_Curve C2 ) : System | ||
C1 | Geom_Curve | |
C2 | Geom_Curve | |
return | System |
public GeomAPI_ExtremaCurveCurve ( Geom_Curve C1, Geom_Curve C2, double U1min, double U1max, double U2min, double U2max ) : System | ||
C1 | Geom_Curve | |
C2 | Geom_Curve | |
U1min | double | |
U1max | double | |
U2min | double | |
U2max | double | |
return | System |
public Init ( Geom_Curve C1, Geom_Curve C2 ) : void | ||
C1 | Geom_Curve | |
C2 | Geom_Curve | |
return | void |
public Init ( Geom_Curve C1, Geom_Curve C2, double U1min, double U1max, double U2min, double U2max ) : void | ||
C1 | Geom_Curve | |
C2 | Geom_Curve | |
U1min | double | |
U1max | double | |
U2min | double | |
U2max | double | |
return | void |
public LowerDistanceParameters ( double &U1, double &U2 ) : void | ||
U1 | double | |
U2 | double | |
return | void |
public NearestPoints ( gp_Pnt P1, gp_Pnt P2 ) : void | ||
P1 | gp_Pnt | |
P2 | gp_Pnt | |
return | void |
public Parameters ( int Index, double &U1, double &U2 ) : void | ||
Index | int | |
U1 | double | |
U2 | double | |
return | void |
public Points ( int Index, gp_Pnt P1, gp_Pnt P2 ) : void | ||
Index | int | |
P1 | gp_Pnt | |
P2 | gp_Pnt | |
return | void |
public TotalLowerDistanceParameters ( double &U1, double &U2 ) : bool | ||
U1 | double | |
U2 | double | |
return | bool |
public TotalNearestPoints ( gp_Pnt P1, gp_Pnt P2 ) : bool | ||
P1 | gp_Pnt | |
P2 | gp_Pnt | |
return | bool |