フィルターのクリア

How can I just get the corner points in the 3D model?(PDE Toolbox)

1 回表示 (過去 30 日間)
haoran liu
haoran liu 2020 年 2 月 12 日
コメント済み: haoran liu 2020 年 2 月 13 日
Hi everyone!
when I use the syntax "findNodes(mesh,'region','face',18)", I get the corner points and the middle points. So How can I just get the corner points?
Any help would be appreciated.
Thanks

採用された回答

Ravi Kumar
Ravi Kumar 2020 年 2 月 12 日
Hi Haoran,
It looks like you are interested in nodes that form the triangle element corners and not the midside nodes. Two options:
  1. You can generate a linear mesh, if you don't need quadratic accuracy.
  2. You can pick the first three of the six rows in the output.
Regards,
Ravi
  5 件のコメント
Ravi Kumar
Ravi Kumar 2020 年 2 月 13 日
OK, I am unlcear about your approach. I assumed you are workting with 2-D model. You are right, its the first four in 3-D.
haoran liu
haoran liu 2020 年 2 月 13 日
Thank you for answer my question!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGeometry and Mesh についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by