SoCpuContext Constructor (SoCpuDevice) |
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoCpuContext(
SoCpuDevice device
)
Public Sub New (
device As SoCpuDevice
)
public:
SoCpuContext(
SoCpuDevice^ device
)
new :
device : SoCpuDevice -> SoCpuContext
Parameters
- device
- Type: OIV.Inventor.DevicesSoCpuDevice
The SoCpuDevice on which to create the context.
Remarks
See Also