// File: BRepMesh.cxx // Created: Wed Aug 7 10:19:24 1996 // Author: Laurent PAINNOT // #include #include #include void BRepMesh::Mesh(const TopoDS_Shape& S, const Standard_Real d) { BRepMesh_IncrementalMesh M(S, d); }