Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DisplacementSettings

Settings for the displacement results in one model.

These settings apply to all states in the model.

You can get the settings for the displacements in an usg model with the UnstructGridModel.displacementSettings property.

Hierarchy

  • DisplacementSettings

Index

Accessors

Accessors

scaleFactor

scaleFactor: number

The displacement scaling factor

This factor will be multiplied with the x,y,z component of the displacement result before added to the position of the geometry node.

currentNode = geometry_node + scaleFactor*displacement_result

Generated using TypeDoc