NearestMeshCells[mr,pt]
メッシュ領域 mr 内で点 pt が最も近いセルの指標を与える.
NearestMeshCells[mr,pt,n]
pt に最も近い n 個のセルの指標を与える.
NearestMeshCells[mr,pt,{n,r}]
pt の半径 r 以内にある pt に最も近い n 個以下のセルの指標を与える.
NearestMeshCells[{mr,d},…]
次元 d のセルの指標を与える.


NearestMeshCells
NearestMeshCells[mr,pt]
メッシュ領域 mr 内で点 pt が最も近いセルの指標を与える.
NearestMeshCells[mr,pt,n]
pt に最も近い n 個のセルの指標を与える.
NearestMeshCells[mr,pt,{n,r}]
pt の半径 r 以内にある pt に最も近い n 個以下のセルの指標を与える.
NearestMeshCells[{mr,d},…]
次元 d のセルの指標を与える.
詳細

- NearestMeshCellsは,最近点あるいは最近領域としても知られている.
- NearestMeshCellsは,主に,指定された点から最も近いメッシュ内のセルを求めるために使われる.
- メッシュ内のセルまでの距離はそのセル内の最近点までの距離である.最近セルは最短距離にあるものである.
- NearestMeshCellsはセルの指標のリストを{d,{i1,i2,…}}の形で返す.

例題
すべて開く すべて閉じるスコープ (8)
メッシュ領域 (2)
多角形と多面体 (4)
関連するガイド
テキスト
Wolfram Research (2020), NearestMeshCells, Wolfram言語関数, https://reference.wolfram.com/language/ref/NearestMeshCells.html.
CMS
Wolfram Language. 2020. "NearestMeshCells." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/NearestMeshCells.html.
APA
Wolfram Language. (2020). NearestMeshCells. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/NearestMeshCells.html
BibTeX
@misc{reference.wolfram_2025_nearestmeshcells, author="Wolfram Research", title="{NearestMeshCells}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/NearestMeshCells.html}", note=[Accessed: 18-September-2025]}
BibLaTeX
@online{reference.wolfram_2025_nearestmeshcells, organization={Wolfram Research}, title={NearestMeshCells}, year={2020}, url={https://reference.wolfram.com/language/ref/NearestMeshCells.html}, note=[Accessed: 18-September-2025]}