Click or drag to resize
SoSFArray3DSetValue Method
Overload List
  NameDescription
Public methodSetValue(SbVec3i32, SbDataType, SbNativeArrayByte)
Calls SetValue(size, dataType, data, OIV.Inventor.Fields.SoSFArray.CopyPolicies( .SoSFArray.COPY )).
(Inherited from SoSFArray.)
Public methodSetValue(SbVec3i32, SbDataType, SbNativeArray) Obsolete.
Calls SetValue(size, dataType, data, OIV.Inventor.Fields.SoSFArray.CopyPolicies( .SoSFArray.COPY )).
(Inherited from SoSFArray.)
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.)
Public methodSetValue(SbVec3i32, SbDataType, SbNativeArray, SoSFArrayCopyPolicies) Obsolete.

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

(Inherited from SoSFArray.)
Public methodSetValue(SbVec3i32, SbDataType, UInt32, SbNativeArrayByte, SoSFArrayCopyPolicies)

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

Public methodSetValue(SbVec3i32, SbDataType, UInt32, SbNativeArray, SoSFArrayCopyPolicies) Obsolete.

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

Top
See Also