PartDisplacements
- class cee.usg.PartDisplacements()
 Displacement result for one part.
The values stored are displacements or offsets to the geometry part nodes.
The PartDisplacements class is immutable.
Constructors
Accessors
Constructors
constructor
- cee.usg.PartDisplacements.constructor(displacementsArr)
 Create a displacement result for one part/mesh
- Arguments
 displacementsArr (
ArrayLike[number]) –
- Return type
 cee.usg.PartDisplacements
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.
Accessors
- cee.usg.PartDisplacements.displacementArray
 The readonly array containing the displacements defined in this object