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,}}の形で返す.

例題

すべて開くすべて閉じる

  (2)

三角形で最も近い線を求める:

そのセルをハイライトする:

メッシュ領域で最も近いセルを求める:

そのセルをハイライトする:

スコープ  (8)

基本的な用法  (2)

{2,1}に最も近いセルを求める:

点:

線:

{1.5,.5}に最も近いセルを5つ求める:

半径0.5以内で最高で10個のセル:

メッシュ領域  (2)

MeshRegion内で最も近いセルを求める:

求まったセルをハイライトする:

BoundaryMeshRegion内の最も近い線を求める:

求まったセルをハイライトする:

多角形と多面体  (4)

アプリケーション  (1)

与えられた点に対応するボロノイ(Voronoi)セルを求める:

求まったボロノイセルをハイライトする:

インタラクティブな例題  (1)

ボロノイメッシュの周りの最も近いセル:

おもしろい例題  (1)

スペースシャトルの周辺で最も近いセル:

Wolfram Research (2020), NearestMeshCells, Wolfram言語関数, https://reference.wolfram.com/language/ref/NearestMeshCells.html.

テキスト

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_2024_nearestmeshcells, author="Wolfram Research", title="{NearestMeshCells}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/NearestMeshCells.html}", note=[Accessed: 18-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_nearestmeshcells, organization={Wolfram Research}, title={NearestMeshCells}, year={2020}, url={https://reference.wolfram.com/language/ref/NearestMeshCells.html}, note=[Accessed: 18-November-2024 ]}