Solving Changing Cross Sectional Area of Curved Cylinder

2 次查看(过去 30 天)
Hello all,
I have vertex and face matrices of a curved cylinder of uneven cross-sectional area (essentially an arch where the orange point is the centroid).
I am looking for a way to calculate the diameter of the cylinder as a function of angle around the arch.
I am considering either converting the matrices into a volume and then using the slice function with planes iterating around the centroid, however, I'm worried that because the curve is not exactly circular this method will give skewed measurements.
I also thought about iterating through the vertices, solving for cross sectional area likely using points along the centerline to predict the next plane in which the area should be measured? But I honestly have no idea where to start with that.
I am very open to any other solutions to this or development on my current ideas! Thank you

回答(1 个)

Ben Drebing
Ben Drebing 2017-9-14
If you are making a function of angle, what point is that angle in relation to? Could you use your angle to rotate a plane about a point projected directly below the centroid like:
The results will probably still be a little skewed for the reasons you said above, but maybe less so? Then you could use the process described in this link to make cross sections.
  1 个评论
Ben Drebing
Ben Drebing 2017-9-14
If you wanted to try that center line approach, you could find a line of best fit for your data projected onto the xy plane. Then do this again for your data projected onto the zy plane.
This would give you two equations that, when used together, could help you define some points on the centerline of the arch.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Spline Postprocessing 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by