#include <Hatch_Line.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | Hatch_Line () |
Standard_EXPORT | Hatch_Line (const gp_Lin2d &L, const Hatch_LineForm T) |
Standard_EXPORT void | AddIntersection (const Standard_Real Par1, const Standard_Boolean Start, const Standard_Integer Index, const Standard_Real Par2, const Standard_Real theToler) |
Insert a new intersection in the sorted list. . | |
Private Attributes | |
gp_Lin2d | myLin |
Hatch_LineForm | myForm |
Hatch_SequenceOfParameter | myInters |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|