Click or drag to resize
SoSFArray2DSetValue Method
Overload List
  NameDescription
Public methodSetValue(SbVec2i32, SoSFArrayDataTypes, SbNativeArrayByte)
Calls SetValue(size, dataType, data, OIV.Inventor.Fields.SoSFArray.CopyPolicies( .SoSFArray.COPY )).
Public methodSetValue(SbVec2s, SoSFArrayDataTypes, SbNativeArrayByte)
Calls SetValue(size, dataType, data, OIV.Inventor.Fields.SoSFArray.CopyPolicies( .SoSFArray.COPY )).
Public methodSetValue(SbVec3i32, SbDataType, SbNativeArrayByte)
Calls SetValue(size, dataType, data, OIV.Inventor.Fields.SoSFArray.CopyPolicies( .SoSFArray.COPY )).
(Inherited from SoSFArray.)
Public methodSetValue(SbVec2i32, SoSFArrayDataTypes, SbNativeArrayByte, SoSFArrayCopyPolicies)

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

Public methodSetValue(SbVec2s, SoSFArrayDataTypes, SbNativeArrayByte, SoSFArrayCopyPolicies)

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

Public methodSetValue(SbVec3i32, SbDataType, SbNativeArrayByte, SoSFArrayCopyPolicies)

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

(Inherited from SoSFArray.)
Top
See Also