Click or drag to resize
SoTextureImage3ElementCallSetSubElt Method

Note: This API is now obsolete.

Calls CallSetSubElt(subSize, xoffset, yoffset, zoffset, bytes, texname, System.Int32(0)).

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void CallSetSubElt(
	SbVec3s subSize,
	int xoffset,
	int yoffset,
	int zoffset,
	byte[] bytes,
	int texname
)

Parameters

subSize
Type: OIV.InventorSbVec3s
xoffset
Type: SystemInt32
yoffset
Type: SystemInt32
zoffset
Type: SystemInt32
bytes
Type: SystemByte
texname
Type: SystemInt32
Remarks