Click or drag to resize
SoSFArray2DSetValue Method (SbVec2s, SoSFArrayDataTypes, SbNativeArrayByte, SoSFArrayCopyPolicies)

Fill the 2D 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(
	SbVec2s size,
	SoSFArrayDataTypes dataType,
	SbNativeArray<byte> data,
	SoSFArrayCopyPolicies copy
)

Parameters

size
Type: OIV.InventorSbVec2s
dataType
Type: OIV.Inventor.FieldsSoSFArrayDataTypes
data
Type: OIV.Inventor.GenericSbNativeArrayByte
copy
Type: OIV.Inventor.FieldsSoSFArrayCopyPolicies
Remarks

See Also