Search found 2 matches

by galakau
Tue Jun 18, 2013 2:50 pm
Forum: Legacy
Topic: Vertex or Vector array in Simulation Flow graph
Replies: 3
Views: 5863

Re: Vertex or Vector array in Simulation Flow graph

Hi, well, then it depends on what exactly you want to do... But if the topology is equal, you may use the shown graph twice, with different object-inputs. You will get two vertex-arrays, with same order, since the topology is equal. If you would like to, e.g., detect changes, you may substract simpl...
by galakau
Mon Jun 17, 2013 10:07 am
Forum: Legacy
Topic: Vertex or Vector array in Simulation Flow graph
Replies: 3
Views: 5863

Re: Vertex or Vector array in Simulation Flow graph

Hi, please check out the attached image of graph nodes. This is the way, to get an array of all mesh-vertices. The "GetObject->GetObjectMesh->ObjectMeshToMesh" Nodes can be replaced by any other mesh type. For efficiency reasons, you might remove the "ObjectMeshToMesh"-Node, since "GetVertices" also...