Create a displacement result for one part/mesh
The array must contain x,y,z values for each node in the mesh, and have the length of 3*mesh.nodeCount
Note that the displacementsArr should contain displacements relative to the mesh node, and not new node coordinates.
The readonly array containing the displacements defined in this object
Generated using TypeDoc
Displacement result for one part.
The values stored are displacements or offsets to the geometry part nodes.
The PartDisplacements class is immutable.