Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
GEOMUtils_Hatcher.cxx File Reference
#include <GEOMUtils_Hatcher.hxx>
#include <BRep_Tool.hxx>
#include <BRepTools.hxx>
#include <Geom2d_Line.hxx>
#include <Geom2d_TrimmedCurve.hxx>
#include <Geom2dAdaptor_Curve.hxx>
#include <TopExp_Explorer.hxx>
#include <TopoDS.hxx>
#include <TopoDS_Edge.hxx>
#include <HatchGen_Domain.hxx>

Functions

const Handle(Geom2d_Curve)&GEOMUtils
return aGACurve 
Curve ()
 

Variables

static Standard_Real IntersectorConfusion = 1.e-10
 
static Standard_Real IntersectorTangency = 1.e-10
 
static Standard_Real HatcherConfusion2d = 1.e-8
 
static Standard_Real HatcherConfusion3d = 1.e-8
 
static float InfiniteValue = 1e38
 

Function Documentation

const Handle (Geom2d_Curve) &GEOMUtils return aGACurve Curve ( )

Variable Documentation

Standard_Real HatcherConfusion2d = 1.e-8
static
Standard_Real HatcherConfusion3d = 1.e-8
static
float InfiniteValue = 1e38
static
Standard_Real IntersectorConfusion = 1.e-10
static
Standard_Real IntersectorTangency = 1.e-10
static