Click or drag to resize
SoTexture2Loadings Enumeration

Loading mode.

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

The texture is loaded when OIV.Inventor.Nodes.SoTexture2.filename field is set.

MANUAL1

The texture is loaded when the OIV.Inventor.Nodes.SoTexture2.LoadTexture() method is called.

Remarks