Click or drag to resize
PoBaseUpdateMethodTypes Enumeration

Type of update method.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum UpdateMethodTypes
Members
  Member nameValueDescription
UPDATE_METHOD_IMMEDIATE0

The kit is rebuilt immediately after each modification.

UPDATE_METHOD_ON_ACTION1

The kit is rebuilt during a traversal (that is an action).

Remarks