Click or drag to resize
PoBaseStreamLineIntegrationDirections Enumeration

Type of integration direction.

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

Integration is done as the direction of the vectors.

BACKWARD1

Integration is done as the inverse of the direction of the vectors.

Remarks