Click or drag to resize
SoTexture2Loadings Enumeration

Loading mode.

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

The texture is loaded when filename field is set.

MANUAL1

The texture is loaded when the loadTexture method is called.

Remarks