SoTextureImage3ElementCallSetSubElt Method |
Note: This API is now obsolete.
Calls CallSetSubElt(subSize, xoffset, yoffset, zoffset, bytes, texname, System.Int32(0)).
Namespace: OIV.Inventor.ElementsAssembly: 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
)
<ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub CallSetSubElt (
subSize As SbVec3s,
xoffset As Integer,
yoffset As Integer,
zoffset As Integer,
bytes As Byte(),
texname As Integer
)
public:
[ObsoleteAttribute(L"Method is erroneousnly public. It would be inaccessible in future release.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void CallSetSubElt(
SbVec3s subSize,
int xoffset,
int yoffset,
int zoffset,
array<unsigned char>^ bytes,
int texname
)
[<ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member CallSetSubElt :
subSize : SbVec3s *
xoffset : int *
yoffset : int *
zoffset : int *
bytes : byte[] *
texname : int -> unit
Parameters
- subSize
- Type: OIV.InventorSbVec3s
- xoffset
- Type: SystemInt32
- yoffset
- Type: SystemInt32
- zoffset
- Type: SystemInt32
- bytes
- Type: SystemByte
- texname
- Type: SystemInt32
Remarks
See Also