Click or drag to resize
SoSFImage3SetValue Method
Overload List
  NameDescription
Public methodSetValue(SbVec3s, Int32, SoBufferObject)
Calls SetValue(size, nc, bufferObject, OIV.Inventor.Fields.SoSFImage3.CopyPolicies( .SoSFImage3.COPY )).
Public methodSetValue(SbVec3s, Int32, Byte)
Calls SetValue(size, nc, bytes, OIV.Inventor.Fields.SoSFImage3.CopyPolicies( .SoSFImage3.COPY )).
Public methodSetValue(SbVec3i32, Int32, SoSFImageDataTypes, SoBufferObject)
Calls SetValue(size, nc, dataType, bufferObject, OIV.Inventor.Fields.SoSFImage3.CopyPolicies( .SoSFImage3.COPY )).
Public methodSetValue(SbVec3i32, Int32, Byte, SoSFImage3CopyPolicies)
Public methodSetValue(SbVec3i32, Int32, Int16, SoSFImage3CopyPolicies)
Public methodSetValue(SbVec3i32, Int32, Int32, SoSFImage3CopyPolicies)
Public methodSetValue(SbVec3i32, Int32, SByte, SoSFImage3CopyPolicies)
Public methodSetValue(SbVec3i32, Int32, Single, SoSFImage3CopyPolicies)
Public methodSetValue(SbVec3i32, Int32, UInt16, SoSFImage3CopyPolicies)
Public methodSetValue(SbVec3i32, Int32, UInt32, SoSFImage3CopyPolicies)
Public methodSetValue(SbVec3s, Int32, SoBufferObject, SoSFImage3CopyPolicies)

Sets the value of this field to be an image of the given size, with the given number of components, and with the given pixel values.

Public methodSetValue(SbVec3s, Int32, Byte, SoSFImage3CopyPolicies)

Sets the value of this field to be an image of the given size, with the given number of components, and with the given pixel values.

Public methodSetValue(SbVec3i32, Int32, SoSFImageDataTypes, SoBufferObject, SoSFImage3CopyPolicies)

Sets the value of this field to be an image of the given size, with the given number of components, and with the given pixel values.

Top
See Also