Click or drag to resize
SoTextureSetBitmapFileType Method

Sets the texture file format.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetBitmapFileType(
	SoTextureFileTypes in_type
)

Parameters

in_type
Type: OIV.Inventor.NodesSoTextureFileTypes
Remarks

Default is UNKNOWN. If file type is set to UNKNOWN, Open Inventor tries to determine the file type from the file name extension (e.g., foo. gif implies a GIF file). If the set or determined file type is not UNKNOWN, Open Inventor attempts to read the file as that format. If this fails, Open Inventor will try reading the file as each possible format in turn. It is not necessary to set the file type if the image file has the standard file name extension.

See Also