DisplacementSettings

class cee.usg.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.

Constructors

Accessors

  • scaleFactor


Constructors

DisplacementSettings.constructor()
Return type:

DisplacementSettings

Accessors

cee.usg.scaleFactor()

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

Return type:

number

cee.usg.scaleFactor(scaleFactor)
Arguments:
  • scaleFactor (number) – None

Return type:

void