#include "StdMeshers_HexaFromSkin_3D.hxx"
#include "SMDS_VolumeOfNodes.hxx"
#include "SMDS_VolumeTool.hxx"
#include "SMESHDS_Mesh.hxx"
#include "SMESH_Block.hxx"
#include "SMESH_Mesh.hxx"
#include "SMESH_MeshAlgos.hxx"
#include "SMESH_MesherHelper.hxx"
#include <gp_Ax2.hxx>
#include <limits>
Macros | |
#define | BAD_MESH_ERR error(SMESH_Comment("Can't detect block-wise structure of the input 2D mesh")) |
#define | _DUMP_(msg) |
#define | _grid_access_(pobj, i) pobj->_grid[ i ] |
Return node at XY. More... | |
Enumerations | |
enum | EBoxSides { B_BOTTOM =0, B_RIGHT, B_TOP, B_LEFT, B_FRONT, B_BACK, B_UNDEFINED } |
< sides of the block More... | |
enum | EQuadEdge |
< edges of quadrangle side More... | |
#define _DUMP_ | ( | msg | ) |
#define _grid_access_ | ( | pobj, | |
i | |||
) | pobj->_grid[ i ] |
Return node at XY.
#define BAD_MESH_ERR error(SMESH_Comment("Can't detect block-wise structure of the input 2D mesh")) |
enum EBoxSides |
enum EQuadEdge |
< edges of quadrangle side