Determine cross sectional area from patch data

13 次查看(过去 30 天)
Hello,
I am trying to slice a patch object and determine the cross sectional areas and ordinates at different vertical points.
For example, if I take the Matlab teapot example shown below. I would like to slice the teapot at z=0.5:0.5:2.5 and determine the area and the ordinates in the XY plane.
[verts, faces, cindex] = teapotGeometry;
figure
p = patch('Faces',faces,'Vertices',verts,'FaceVertexCData',cindex,'FaceColor','interp')
view(3)
xlabel('X');ylabel('Y');zlabel('Z')

采纳的回答

darova
darova 2019-12-17
I think there is no built-in function for your purpose
Try to search something like THIS
  1 个评论
J Travis Hunsucker
J Travis Hunsucker 2019-12-18
Darova, Thank you for pointing this function out to me. I think it works. I am still trouble shooting my code, but will updated this post with what I find in case someone else shares this issue in the future. Thanks for the help!

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Graphics Performance 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by