SoAlgorithmsCreateContext Method |
Returns a DeviceContext that can be used with the algorithms module and SoBufferObject returned by the createBufferObject function.
Namespace: OIV.Inventor.AlgorithmsAssembly: OIV.Inventor.Algorithms (in OIV.Inventor.Algorithms.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic SoDeviceContext CreateContext()
Public Function CreateContext As SoDeviceContext
public:
SoDeviceContext^ CreateContext()
member CreateContext : unit -> SoDeviceContext
Return Value
Type:
SoDeviceContextAn instance of an SoDeviceContext object.
Remarks
See Also