forked from tpaviot/pythonocc-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBRep_module.hxx
More file actions
48 lines (42 loc) · 1.65 KB
/
Copy pathBRep_module.hxx
File metadata and controls
48 lines (42 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/*
Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com)
This file is part of pythonOCC.
pythonOCC is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
pythonOCC is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef BREP_HXX
#define BREP_HXX
#include<BRep_Builder.hxx>
#include<BRep_Curve3D.hxx>
#include<BRep_CurveOn2Surfaces.hxx>
#include<BRep_CurveOnClosedSurface.hxx>
#include<BRep_CurveOnSurface.hxx>
#include<BRep_CurveRepresentation.hxx>
#include<BRep_GCurve.hxx>
#include<BRep_ListIteratorOfListOfCurveRepresentation.hxx>
#include<BRep_ListIteratorOfListOfPointRepresentation.hxx>
#include<BRep_ListOfCurveRepresentation.hxx>
#include<BRep_ListOfPointRepresentation.hxx>
#include<BRep_PointOnCurve.hxx>
#include<BRep_PointOnCurveOnSurface.hxx>
#include<BRep_PointOnSurface.hxx>
#include<BRep_PointRepresentation.hxx>
#include<BRep_PointsOnSurface.hxx>
#include<BRep_Polygon3D.hxx>
#include<BRep_PolygonOnClosedSurface.hxx>
#include<BRep_PolygonOnClosedTriangulation.hxx>
#include<BRep_PolygonOnSurface.hxx>
#include<BRep_PolygonOnTriangulation.hxx>
#include<BRep_TEdge.hxx>
#include<BRep_TFace.hxx>
#include<BRep_TVertex.hxx>
#include<BRep_Tool.hxx>
#endif // BREP_HXX