Click or drag to resize
SoTextureImage3ElementSet Method

Pass texname = -1 to deactivate subtexturing.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void Set(
	SoState state,
	SoNode node,
	SbVec3s subSize,
	int xoffset,
	int yoffset,
	int zoffset,
	byte[] bytes,
	int texname
)

Parameters

state
Type: OIV.Inventor.MiscSoState
node
Type: OIV.Inventor.NodesSoNode
subSize
Type: OIV.InventorSbVec3s
xoffset
Type: SystemInt32
yoffset
Type: SystemInt32
zoffset
Type: SystemInt32
bytes
Type: SystemByte
texname
Type: SystemInt32
Remarks

subtexturing not active by default. In any case, the regular set method must be called.

See Also