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: 10.3.0.0 (10.3.0.0)
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.m_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