Click or drag to resize
SoAlgorithmsCreateBufferObject Method

Returns an instance of a OIV.Inventor.Devices.SoBufferObject according to the hardware used by the loaded module.

Namespace: OIV.Inventor.Algorithms
Assembly: OIV.Inventor.Algorithms (in OIV.Inventor.Algorithms.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoBufferObject CreateBufferObject()

Return Value

Type: SoBufferObject

An Instance of a OIV.Inventor.Devices.SoBufferObject.

Remarks

If there is no loaded module this function returns an OIV.Inventor.Devices.SoCpuBufferObject.

See Also