Version: 9.16.0
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
 

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

◆ Handle()

const Handle ( Geom2d_Curve  ) &

Variable Documentation

◆ HatcherConfusion2d

Standard_Real HatcherConfusion2d = 1.e-8
static

◆ HatcherConfusion3d

Standard_Real HatcherConfusion3d = 1.e-8
static

◆ InfiniteValue

float InfiniteValue = 1e38
static

◆ IntersectorConfusion

Standard_Real IntersectorConfusion = 1.e-10
static

◆ IntersectorTangency

Standard_Real IntersectorTangency = 1.e-10
static