A mesh is, by definition, a set of points and cells, when connected to form a network. This network can have many forms of geometry and topology, as will be discussed later. Often, meshes are also called grids, and that is generally related to the intrinsic organization of the mesh and/or when those meshes are related to Finite Differences problems.
Questions tagged [meshing]
34 questions
0
votes
0 answers
Calculate Point$3$D weights used in weighted Point$3$D average for mesh morphing
I'm trying to build a script with which i can do mesh morphing.
My idea is to use a mesh and markerpoints on this mesh. Then by moving the markerpoints to deform the mesh.
I've tried to this by using a formula to calculate weighted average. But I'm…