Deform Geometries

The EDEM Coupling Interface can deform a Geometry by setting or offsetting the Geometry nodes' local or global positions.

To deform Geometries:
Use one of the following methods:
  • setLocalNodePositions
  • setGlobalNodePositions
  • setAllLocalNodePositions
  • setAllGlobalNodePositions
  • offsetLocalNodePositions
  • offsetGlobalNodePositions
  • offsetAllLocalNodePositions
  • offsetAllGlobalNodePositions
Note: The 'set' methods directly set the node position to the point fed in the method. The 'offset' methods moves the nodes by a set distance from their current position. Methods associated with those functions,to get the forces on the triangles, and nodes and methods to get the triangles and node IDs are available.