SoTexture3images Property |
Contains an in-memory representation of the texture map.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFImage3 images { get; }
Public ReadOnly Property images As SoSFImage3
Get
public:
property SoSFImage3^ images {
SoSFImage3^ get ();
}
member images : SoSFImage3 with get
Property Value
Type:
SoSFImage3
RemarksIt 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