Open CASCADE Technology
7.2.0
|
#include <Standard_Transient.hxx>
#include <BRep_Builder.hxx>
#include <NCollection_List.hxx>
#include <NCollection_Sequence.hxx>
#include <NCollection_Vector.hxx>
#include <NCollection_CellFilter.hxx>
#include <TopoDS_Edge.hxx>
#include <TopoDS_Face.hxx>
#include <TopoDS_Vertex.hxx>
#include <TopoDS_Wire.hxx>
Data Structures | |
class | BRepBuilderAPI_FastSewing |
Created on: 2015-04-24 Created by: NIKOLAI BUKHALOV Copyright (c) 2015 OPEN CASCADE SAS. More... | |
struct | BRepBuilderAPI_FastSewing::FS_Vertex |
The struct corresponding to a vertex. More... | |
struct | BRepBuilderAPI_FastSewing::FS_Face |
The struct corresponding to an face. More... | |
class | BRepBuilderAPI_FastSewing::FS_Edge |
The struct corresponding to a edge. More... | |
class | BRepBuilderAPI_FastSewing::NodeInspector |
This inspector will find a node nearest to the given point not far than on the given tolerance. More... | |