Public Member Functions | |
| HRESULT | OpenMeshEditorPanel ([in] BSTR szPanel,[in] RtUlong dwGroupId,[in] RtUlong dwAspect,[in] RtUlong dwAllowAspects) |
| HRESULT | CloseAllPanels () |
| HRESULT | Refresh () |
| HRESULT IRsMeshEditorUiPanelsHandler::OpenMeshEditorPanel | ( | [in] BSTR | szPanel, | |
| [in] RtUlong | dwGroupId, | |||
| [in] RtUlong | dwAspect, | |||
| [in] RtUlong | dwAllowAspects | |||
| ) |
Add panel to mesh editor tool panels. Use Refresh() to update stack view.
| szNode | [in] Specify panel to display. | |
| dwGroupId | [in] Panel priority. All panels with higher priority will be removed. | |
| dwAspect | [in] Predefined aspect ID | |
| dwAllowAspects | [in] Allow changing aspects |
| HRESULT IRsMeshEditorUiPanelsHandler::CloseAllPanels | ( | ) |
Close all opened panels. Use Refresh() to update stack view.
| HRESULT IRsMeshEditorUiPanelsHandler::Refresh | ( | ) |
Refresh stack view with listed panels.
1.5.5