find elements within ls-dyna .k file within certain coordinate range

4 次查看(过去 30 天)
Hello,
i need to find elements within a certain coordinate + radius out of ls-dyna k files. My problem is similar to the already existing function "findelements", but i cant import the k-file mesh as a pde object...
i already imported the k file data to the x,y and z coordinates of the nodes and the node ID's belonging to the elements.
My first approach was to search for nodes within my circle and select all elements with this node. But as you can see, at least 0 or 4+ elements are always hit, which is wrong (sometimes)...
My questions are:
1) Does anyone knows how to convert dyna k files to matlab mesh objects?
2) Does anyone has a better idea for an algorithm to search for elements with the given informations?
thanks in advance
edit: each element is described by 4 nodes at the corners, each node with x,y and z coordinates.

回答(0 个)

类别

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

产品


版本

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by