Click or drag to resize
SoBufferObjectMemcpy Method (SoCpuBufferObject, UInt64, UInt64, UInt64)

Copies data from the specified CPU buffer object into this buffer object.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public abstract void Memcpy(
	SoCpuBufferObject sourceBufferObject,
	ulong destOffset,
	ulong sourceOffset,
	ulong copySize
)

Parameters

sourceBufferObject
Type: OIV.Inventor.DevicesSoCpuBufferObject
destOffset
Type: SystemUInt64
sourceOffset
Type: SystemUInt64
copySize
Type: SystemUInt64
Remarks

See the general memcpy method for more information.

See Also