#include <GEOMAlgo_ShapeInfoFiller.ixx>
#include <Precision.hxx>
#include <gp_Lin.hxx>
#include <gp_Pnt.hxx>
#include <gp_Dir.hxx>
#include <Geom_Curve.hxx>
#include <GeomAdaptor_Curve.hxx>
#include <TopoDS_Vertex.hxx>
#include <TopoDS.hxx>
#include <TopoDS_Edge.hxx>
#include <BRep_Tool.hxx>
#include <TopExp.hxx>
#include <TopTools_IndexedMapOfShape.hxx>
#include <gp_Circ.hxx>
#include <gp_Ax2.hxx>
#include <gp_Elips.hxx>
#include <TopoDS_Iterator.hxx>
#include <TopoDS_Wire.hxx>
#include <Geom_Surface.hxx>
#include <TopoDS_Face.hxx>
#include <GeomAdaptor_Surface.hxx>
#include <gp_Pln.hxx>
#include <gp_Sphere.hxx>
#include <gp_Ax3.hxx>
#include <BRepTools.hxx>
#include <gp_Cylinder.hxx>
#include <gp_Cone.hxx>
#include <gp_Torus.hxx>
#include <TopoDS_Solid.hxx>
Functions |
| static Standard_Boolean | IsAllowedType (const GeomAbs_CurveType aCT) |
| static Standard_Boolean | IsAllowedType (const GeomAbs_SurfaceType aST) |
| static Standard_Integer | NbWires (const TopoDS_Face &aF) |
| static Standard_Integer | NbShells (const TopoDS_Solid &aS) |
Function Documentation
| Standard_Boolean IsAllowedType |
( |
const GeomAbs_CurveType |
aCT | ) |
[static] |
| Standard_Boolean IsAllowedType |
( |
const GeomAbs_SurfaceType |
aST | ) |
[static] |
| Standard_Integer NbWires |
( |
const TopoDS_Face & |
aF | ) |
[static] |
| Standard_Integer NbShells |
( |
const TopoDS_Solid & |
aS | ) |
[static] |