Click or drag to resize
PbMesh2DExtrapolationMethods Enumeration

Specifies the type of extrapolation used by OIV.MeshViz.Data.PbMesh2D.GetFaultMesh(System.Int32, System.Int32[], OIV.Inventor.SbVec3f[], OIV.MeshViz.Data.PbMesh2D.ExtrapolationMethods, OIV.MeshViz.Data.PbDefinedValue) when computing values on the fault lines.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum ExtrapolationMethods
Members
  Member nameValueDescription
USE_ADJACENT_DERIVS0

Computes the value at a point of the fault line by using the derivatives at its adjacent nodes.

USE_ADJACENT_VALUES1

Computes the value at a point of the fault line as the average values of its adjacent nodes.

Remarks