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
Member name | Value | Description | |
---|---|---|---|
USE_ADJACENT_DERIVS | 0 | Computes the value at a point of the fault line by using the derivatives at its adjacent nodes. | |
USE_ADJACENT_VALUES | 1 | Computes the value at a point of the fault line as the average values of its adjacent nodes. |