Click or drag to resize
SoTexture3images Property

Contains an in-memory representation of the texture map.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFImage3 images { get; }

Property Value

Type: SoSFImage3
Remarks

It is either the contents of the file(s) read from filenames, an image read directly from an Open Inventor file, or an image set programmatically using the methods provided by SoSFImage3.

See Also