Method | Description | |
---|---|---|
AddLine ( gp_Dir2d D, double D_ist ) : void | ||
AddLine ( gp_Lin2d L ) : void | ||
AddLine ( gp_Lin2d L, Hatch_LineForm T ) : void | ||
AddXLine ( double X ) : void | ||
AddYLine ( double Y ) : void | ||
Coordinate ( int I ) : double | ||
End ( int I, int J ) : double | ||
EndIndex ( int I, int J, int &Index, double &Par2 ) : void | ||
Hatch_Hatcher ( ) : System | ||
Hatch_Hatcher ( |
||
Hatch_Hatcher ( double Tol ) : System | ||
Hatch_Hatcher ( double Tol, bool Oriented ) : System | ||
IsXLine ( int I ) : bool | ||
IsYLine ( int I ) : bool | ||
Line ( int I ) : gp_Lin2d | ||
LineForm ( int I ) : Hatch_LineForm | ||
NbIntervals ( ) : int | ||
NbIntervals ( int I ) : int | ||
NbLines ( ) : int | ||
Start ( int I, int J ) : double | ||
StartIndex ( int I, int J, int &Index, double &Par2 ) : void | ||
Tolerance ( ) : double | ||
Tolerance ( double Tol ) : void | ||
Trim ( gp_Lin2d L ) : void | ||
Trim ( gp_Lin2d L, double Start, double End ) : void | ||
Trim ( gp_Lin2d L, double Start, double End, int Index ) : void | ||
Trim ( gp_Lin2d L, int Index ) : void | ||
Trim ( gp_Pnt2d P1, gp_Pnt2d P2 ) : void | ||
Trim ( gp_Pnt2d P1, gp_Pnt2d P2, int Index ) : void |
public AddLine ( gp_Dir2d D, double D_ist ) : void | ||
D | gp_Dir2d | |
D_ist | double | |
return | void |
public AddLine ( gp_Lin2d L, Hatch_LineForm T ) : void | ||
L | gp_Lin2d | |
T | Hatch_LineForm | |
return | void |
public EndIndex ( int I, int J, int &Index, double &Par2 ) : void | ||
I | int | |
J | int | |
Index | int | |
Par2 | double | |
return | void |
public Hatch_Hatcher ( |
||
parameter1 | ||
return | System |
public Hatch_Hatcher ( double Tol, bool Oriented ) : System | ||
Tol | double | |
Oriented | bool | |
return | System |
public StartIndex ( int I, int J, int &Index, double &Par2 ) : void | ||
I | int | |
J | int | |
Index | int | |
Par2 | double | |
return | void |
public Trim ( gp_Lin2d L, double Start, double End ) : void | ||
L | gp_Lin2d | |
Start | double | |
End | double | |
return | void |
public Trim ( gp_Lin2d L, double Start, double End, int Index ) : void | ||
L | gp_Lin2d | |
Start | double | |
End | double | |
Index | int | |
return | void |
public Trim ( gp_Pnt2d P1, gp_Pnt2d P2 ) : void | ||
P1 | gp_Pnt2d | |
P2 | gp_Pnt2d | |
return | void |
public Trim ( gp_Pnt2d P1, gp_Pnt2d P2, int Index ) : void | ||
P1 | gp_Pnt2d | |
P2 | gp_Pnt2d | |
Index | int | |
return | void |