Click or drag to resize
SoTextureCubeMapimagePosX Property

Contains an in-memory representation of the texture map.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public SoSFImage imagePosX { get; }

Property Value

Type: SoSFImage
Remarks

It is either the contents of the file read from OIV.Inventor.Nodes.SoTextureCubeMap.filenames, an image read directly from an Open Inventor file, or an image set programmatically using the methods provided by OIV.Inventor.Fields.SoSFImage.

See Also