Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PartScalars

Scalar results for one part in one state.

The results can be mapped to the mesh as per node, per elements or per element node results.

The PartScalars class is immutable.

Hierarchy

  • PartScalars

Index

Constructors

Accessors

Methods

Constructors

constructor

  • Create a scalar result for a part/mesh with the given mapping and values.

    Note: There is some performance penalty for visualizing per element or per element node results, as the vertices needs to be duplicated in order to produce the WebGL based visualization. This will result in higher GPU and CPU memory usage.

    Parameters

    Returns PartScalars

Accessors

Readonly resultMapping

resultMapping: ResultMapping

The result mapping of this object

Readonly valueArray

valueArray: ArrayLike<number>

A readonly array with the scalar results

Methods

getValueRange

Generated using TypeDoc