Click or drag to resize
SoExtTexture2Syncs Enumeration

Synchrone/asynchrone loading mode.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum Syncs
Members
  Member nameValueDescription
SYNCHRONOUS0

The loading is blocking (no thread launched).

ASYNCHRONOUS1

The loading is non blocking (the loading is done within a thread).

Remarks