![]() |
|
Static Public Member Functions | |
void | getSurfaceSets (const polyMesh &mesh, const fileName &surfName, const triSurface &surf, const triSurfaceSearch &querySurf, const pointField &outsidePts, const label nCutLayers, labelHashSet &inside, labelHashSet &outside, labelHashSet &cut) |
Divide cells into cut,inside and outside. | |
labelHashSet | getHangingCells (const primitiveMesh &mesh, const labelHashSet &internalCells) |
Get cells using points on 'outside' only. |
|
Get cells using points on 'outside' only.
|
|
Divide cells into cut,inside and outside. nCutLayers>0 : remove cutCells (set to type inside) if further than nCutLayers away from outside type cell. |