Click or drag to resize
SoAlgorithmsCreateBufferObject Method

Returns an instance of a SoBufferObject according to the hardware used by the loaded module (eg.

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

Return Value

Type: SoBufferObject

An Instance of a SoBufferObject.

Remarks

It returns an SoCudaBufferObject if a CUDA module was loaded.).

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

See Also