Click or drag to resize
SoSFArraySetValue Method (SbVec3i32, SbDataType, SbNativeArrayByte, SoSFArrayCopyPolicies)

Fill the array with data of the specified dimensions and type using the specified copy policy.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetValue(
	SbVec3i32 size,
	SbDataType dataType,
	SbNativeArray<byte> data,
	SoSFArrayCopyPolicies copy
)

Parameters

size
Type: OIV.InventorSbVec3i32
dataType
Type: OIV.InventorSbDataType
data
Type: OIV.Inventor.GenericSbNativeArrayByte
copy
Type: OIV.Inventor.FieldsSoSFArrayCopyPolicies
Remarks

See Also