Open CASCADE Technology 6.6.0
|
#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Macro.hxx>
#include <gp_Lin2d.hxx>
#include <Hatch_LineForm.hxx>
#include <Hatch_SequenceOfParameter.hxx>
#include <Standard_Real.hxx>
#include <Standard_Boolean.hxx>
#include <Standard_Integer.hxx>
Data Structures | |
class | Hatch_Line |
Stores a Line in the Hatcher. Represented by : * A Lin2d from gp, the geometry of the line. * Bounding parameters for the line. * A sorted List of Parameters, the intersections on the line. More... |