Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PartDisplacements

Displacement result for one part.

The values stored are displacements or offsets to the geometry part nodes.

The PartDisplacements class is immutable.

Hierarchy

  • PartDisplacements

Index

Constructors

Accessors

Constructors

constructor

  • 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.

    Parameters

    • displacementsArr: ArrayLike<number>

    Returns PartDisplacements

Accessors

Readonly displacementArray

displacementArray: ArrayLike<number>

The readonly array containing the displacements defined in this object

Generated using TypeDoc