SoTextureImage3ElementGet Method (SoState, SbVec3s, Int32, Int32, Int32, Int32, Int32, SbColor, Int32) |
Gets the current image, wrap, and model.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static SbNativeArray<byte> Get(
SoState state,
out SbVec3s size,
out int numComponents,
out int wrapS,
out int wrapT,
out int wrapR,
out int model,
out SbColor blendColor,
int unit
)
Public Shared Function Get (
state As SoState,
<OutAttribute> ByRef size As SbVec3s,
<OutAttribute> ByRef numComponents As Integer,
<OutAttribute> ByRef wrapS As Integer,
<OutAttribute> ByRef wrapT As Integer,
<OutAttribute> ByRef wrapR As Integer,
<OutAttribute> ByRef model As Integer,
<OutAttribute> ByRef blendColor As SbColor,
unit As Integer
) As SbNativeArray(Of Byte)
public:
static SbNativeArray<unsigned char>^ Get(
SoState^ state,
[OutAttribute] SbVec3s% size,
[OutAttribute] int% numComponents,
[OutAttribute] int% wrapS,
[OutAttribute] int% wrapT,
[OutAttribute] int% wrapR,
[OutAttribute] int% model,
[OutAttribute] SbColor% blendColor,
int unit
)
static member Get :
state : SoState *
size : SbVec3s byref *
numComponents : int byref *
wrapS : int byref *
wrapT : int byref *
wrapR : int byref *
model : int byref *
blendColor : SbColor byref *
unit : int -> SbNativeArray<byte>
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- size
- Type: OIV.InventorSbVec3s
- numComponents
- Type: SystemInt32
- wrapS
- Type: SystemInt32
- wrapT
- Type: SystemInt32
- wrapR
- Type: SystemInt32
- model
- Type: SystemInt32
- blendColor
- Type: OIV.InventorSbColor
- unit
- Type: SystemInt32
Return Value
Type:
SbNativeArrayByteRemarks See Also