Go to the source code of this file.
Data Structures | |
struct | SMESHUtils::ControlPnt |
Control point: coordinates and element size at these coordinates. More... | |
Namespaces | |
namespace | SMESHUtils |
Functions | |
void | SMESHUtils::createControlPoints (const TopoDS_Shape &theShape, const double &theSize, std::vector< ControlPnt > &thePoints) |
Fills a vector of points from which a size map input file can be written. More... | |
void | SMESHUtils::createPointsSampleFromEdge (const TopoDS_Edge &theEdge, const double &theSize, std::vector< ControlPnt > &thePoints) |
Fills a vector of points with point samples approximately. More... | |
void | SMESHUtils::createPointsSampleFromFace (const TopoDS_Face &theFace, const double &theSize, std::vector< ControlPnt > &thePoints) |
Fills a vector of points with point samples approximately. More... | |
void | SMESHUtils::createPointsSampleFromSolid (const TopoDS_Solid &theSolid, const double &theSize, std::vector< ControlPnt > &thePoints) |
Fills a vector of points with point samples approximately. More... | |