C# Class CascadeSharp.TKGeomAlgo.Hatch.Hatch_Hatcher

Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddLine ( gp_Dir2d D, double D_ist ) : void
D gp_Dir2d
D_ist double
Résultat void

AddLine() public méthode

public AddLine ( gp_Lin2d L ) : void
L gp_Lin2d
Résultat void

AddLine() public méthode

public AddLine ( gp_Lin2d L, Hatch_LineForm T ) : void
L gp_Lin2d
T Hatch_LineForm
Résultat void

AddXLine() public méthode

public AddXLine ( double X ) : void
X double
Résultat void

AddYLine() public méthode

public AddYLine ( double Y ) : void
Y double
Résultat void

Coordinate() public méthode

public Coordinate ( int I ) : double
I int
Résultat double

End() public méthode

public End ( int I, int J ) : double
I int
J int
Résultat double

EndIndex() public méthode

public EndIndex ( int I, int J, int &Index, double &Par2 ) : void
I int
J int
Index int
Par2 double
Résultat void

Hatch_Hatcher() public méthode

public Hatch_Hatcher ( ) : System
Résultat System

Hatch_Hatcher() public méthode

public Hatch_Hatcher ( Hatch_Hatcher parameter1 ) : System
parameter1 Hatch_Hatcher
Résultat System

Hatch_Hatcher() public méthode

public Hatch_Hatcher ( double Tol ) : System
Tol double
Résultat System

Hatch_Hatcher() public méthode

public Hatch_Hatcher ( double Tol, bool Oriented ) : System
Tol double
Oriented bool
Résultat System

IsXLine() public méthode

public IsXLine ( int I ) : bool
I int
Résultat bool

IsYLine() public méthode

public IsYLine ( int I ) : bool
I int
Résultat bool

Line() public méthode

public Line ( int I ) : gp_Lin2d
I int
Résultat gp_Lin2d

LineForm() public méthode

public LineForm ( int I ) : Hatch_LineForm
I int
Résultat Hatch_LineForm

NbIntervals() public méthode

public NbIntervals ( ) : int
Résultat int

NbIntervals() public méthode

public NbIntervals ( int I ) : int
I int
Résultat int

NbLines() public méthode

public NbLines ( ) : int
Résultat int

Start() public méthode

public Start ( int I, int J ) : double
I int
J int
Résultat double

StartIndex() public méthode

public StartIndex ( int I, int J, int &Index, double &Par2 ) : void
I int
J int
Index int
Par2 double
Résultat void

Tolerance() public méthode

public Tolerance ( ) : double
Résultat double

Tolerance() public méthode

public Tolerance ( double Tol ) : void
Tol double
Résultat void

Trim() public méthode

public Trim ( gp_Lin2d L ) : void
L gp_Lin2d
Résultat void

Trim() public méthode

public Trim ( gp_Lin2d L, double Start, double End ) : void
L gp_Lin2d
Start double
End double
Résultat void

Trim() public méthode

public Trim ( gp_Lin2d L, double Start, double End, int Index ) : void
L gp_Lin2d
Start double
End double
Index int
Résultat void

Trim() public méthode

public Trim ( gp_Lin2d L, int Index ) : void
L gp_Lin2d
Index int
Résultat void

Trim() public méthode

public Trim ( gp_Pnt2d P1, gp_Pnt2d P2 ) : void
P1 gp_Pnt2d
P2 gp_Pnt2d
Résultat void

Trim() public méthode

public Trim ( gp_Pnt2d P1, gp_Pnt2d P2, int Index ) : void
P1 gp_Pnt2d
P2 gp_Pnt2d
Index int
Résultat void