SoTextureImageElementGetDefault Method |
Returns the default texture image.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static SbNativeArray<byte> GetDefault(
out SbVec2i32 s,
out int nc,
out SoSFImageDataTypes dataType,
int GLInternalFormat
)
Public Shared Function GetDefault (
<OutAttribute> ByRef s As SbVec2i32,
<OutAttribute> ByRef nc As Integer,
<OutAttribute> ByRef dataType As SoSFImageDataTypes,
GLInternalFormat As Integer
) As SbNativeArray(Of Byte)
public:
static SbNativeArray<unsigned char>^ GetDefault(
[OutAttribute] SbVec2i32% s,
[OutAttribute] int% nc,
[OutAttribute] SoSFImageDataTypes% dataType,
int GLInternalFormat
)
static member GetDefault :
s : SbVec2i32 byref *
nc : int byref *
dataType : SoSFImageDataTypes byref *
GLInternalFormat : int -> SbNativeArray<byte>
Parameters
- s
- Type: OIV.InventorSbVec2i32
- nc
- Type: SystemInt32
- dataType
- Type: OIV.Inventor.FieldsSoSFImageDataTypes
- GLInternalFormat
- Type: SystemInt32
Return Value
Type:
SbNativeArrayByteRemarks See Also