Mechanical mappings are used to map the positions of a mechanical system to another component.
In this example, the IdentityMapping is used to transfer all the positions of the cube mesh to the visual model. Thus all points will be displayed.
Key points
IdentityMapping can be used between two MechanicalObjects. Indeed, it will result in a duplication of the positions with the nicety that modifications of the first MechanicalObject will be transferred to the second MechanicalObject.
Results