C# Class CascadeSharp.TKGeomAlgo.Hatch.Hatch_Hatcher

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

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 parameter1 ) : System
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

Method Details

AddLine() public method

public AddLine ( gp_Dir2d D, double D_ist ) : void
D gp_Dir2d
D_ist double
return void

AddLine() public method

public AddLine ( gp_Lin2d L ) : void
L gp_Lin2d
return void

AddLine() public method

public AddLine ( gp_Lin2d L, Hatch_LineForm T ) : void
L gp_Lin2d
T Hatch_LineForm
return void

AddXLine() public method

public AddXLine ( double X ) : void
X double
return void

AddYLine() public method

public AddYLine ( double Y ) : void
Y double
return void

Coordinate() public method

public Coordinate ( int I ) : double
I int
return double

End() public method

public End ( int I, int J ) : double
I int
J int
return double

EndIndex() public method

public EndIndex ( int I, int J, int &Index, double &Par2 ) : void
I int
J int
Index int
Par2 double
return void

Hatch_Hatcher() public method

public Hatch_Hatcher ( ) : System
return System

Hatch_Hatcher() public method

public Hatch_Hatcher ( Hatch_Hatcher parameter1 ) : System
parameter1 Hatch_Hatcher
return System

Hatch_Hatcher() public method

public Hatch_Hatcher ( double Tol ) : System
Tol double
return System

Hatch_Hatcher() public method

public Hatch_Hatcher ( double Tol, bool Oriented ) : System
Tol double
Oriented bool
return System

IsXLine() public method

public IsXLine ( int I ) : bool
I int
return bool

IsYLine() public method

public IsYLine ( int I ) : bool
I int
return bool

Line() public method

public Line ( int I ) : gp_Lin2d
I int
return gp_Lin2d

LineForm() public method

public LineForm ( int I ) : Hatch_LineForm
I int
return Hatch_LineForm

NbIntervals() public method

public NbIntervals ( ) : int
return int

NbIntervals() public method

public NbIntervals ( int I ) : int
I int
return int

NbLines() public method

public NbLines ( ) : int
return int

Start() public method

public Start ( int I, int J ) : double
I int
J int
return double

StartIndex() public method

public StartIndex ( int I, int J, int &Index, double &Par2 ) : void
I int
J int
Index int
Par2 double
return void

Tolerance() public method

public Tolerance ( ) : double
return double

Tolerance() public method

public Tolerance ( double Tol ) : void
Tol double
return void

Trim() public method

public Trim ( gp_Lin2d L ) : void
L gp_Lin2d
return void

Trim() public method

public Trim ( gp_Lin2d L, double Start, double End ) : void
L gp_Lin2d
Start double
End double
return void

Trim() public method

public Trim ( gp_Lin2d L, double Start, double End, int Index ) : void
L gp_Lin2d
Start double
End double
Index int
return void

Trim() public method

public Trim ( gp_Lin2d L, int Index ) : void
L gp_Lin2d
Index int
return void

Trim() public method

public Trim ( gp_Pnt2d P1, gp_Pnt2d P2 ) : void
P1 gp_Pnt2d
P2 gp_Pnt2d
return void

Trim() public method

public Trim ( gp_Pnt2d P1, gp_Pnt2d P2, int Index ) : void
P1 gp_Pnt2d
P2 gp_Pnt2d
Index int
return void