RenderArea Class |
Defines the rendering area.
Namespace: OIV.RemoteViz.Rendering
The RenderArea type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddListener | Adds a RenderAreaListener to manage the renderArea. |
![]() | CloseConnectionsAndDispose | Closes all connections of the renderArea and disposes it. |
![]() | Equals | (Inherited from Object.) |
![]() | GetConnection(String) | Gets a Connection to the renderArea. |
![]() | GetConnection(UInt32) | Gets a Connection to the renderArea. |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | RemoveAllListeners | Removes all RenderAreaListeners. |
![]() | RemoveListener | Removes a RenderAreaListener. |
![]() | Resize | Resizes the renderArea at a specific size. |
![]() | SendMessage(String) | Calls SendMessage(message, (cli.array<OIV.RemoteViz.Rendering.Connection^>^)nullptr). |
![]() | SendMessage(String, Connection) | Sends a text message to the renderArea connections. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | GLContext | Gets the OpenGL context of the renderArea. |
![]() | Gpu | Gets the Graphics Processing Unit (GPU) used to compute the render. |
![]() | Height | Gets the renderArea height. |
![]() | Id | Gets the renderArea id. |
![]() | NumConnections | Gets the connections number of the renderArea. |
![]() | NumListeners | Gets the number of RenderAreaListener. |
![]() | SceneManager | Gets the Scene manager of the renderArea. |
![]() | TouchManager | Gets the Touch Manager of the renderArea. |
![]() | Width | Gets the renderArea width. |
The implementation of the class RenderAreaListener allows managing the renderArea events. When using ServiceSettings.INVENTOR_SERVICE or ServiceSettings.INVENTOR_APPLICATION service mode, this class provides access to the scene manager and the touch manager to modify the rendering.