I have a series of points in an excel sheet and I have the connectivity for each mesh face. Is there a way to construct a mesh based on these two inputs? I have a specific connectivity which is why i do not want to use Delaunay etc.
Cheers
Ken
I have a series of points in an excel sheet and I have the connectivity for each mesh face. Is there a way to construct a mesh based on these two inputs? I have a specific connectivity which is why i do not want to use Delaunay etc.
Cheers
Ken
What do you mean by „you have the connectivity“? Construct mesh?
I would guess that you might have to do a little formatting of your input data, (depending on what state it is in). As Tim mentioned, the construct mesh component will accept a list of points, and a list of faces. Is this what you are after?
Great screenshot! I completely misunderstood how the construct mesh component worked - I thought mesh faces were objects rather than connectivity info. Thanks for this!
Thanks for your reply! yes this component works for this - I was misusing it before and now I understand how to properly.