SoTextureImage3ElementSetSubElt Method |
Note: This API is now obsolete.
Calls SetSubElt(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[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Method is erroneousnly public. It would be moved into protected section in future release. Please check the use of this method with the new visibilty.")]
public void SetSubElt(
SbVec3s subSize,
int xoffset,
int yoffset,
int zoffset,
byte[] bytes,
int texname
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Method is erroneousnly public. It would be moved into protected section in future release. Please check the use of this method with the new visibilty.")>
Public Sub SetSubElt (
subSize As SbVec3s,
xoffset As Integer,
yoffset As Integer,
zoffset As Integer,
bytes As Byte(),
texname As Integer
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Method is erroneousnly public. It would be moved into protected section in future release. Please check the use of this method with the new visibilty.")]
void SetSubElt(
SbVec3s subSize,
int xoffset,
int yoffset,
int zoffset,
array<unsigned char>^ bytes,
int texname
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Method is erroneousnly public. It would be moved into protected section in future release. Please check the use of this method with the new visibilty.")>]
member SetSubElt :
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