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: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFImage3 images { get; }

Property Value

Type: SoSFImage3
Remarks

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

See Also