RenderingCanvas Tool Bar
The model of the RenderingCanvas Tool Bar is DispEngine.
Layout and Behavior
View Buttons SubMenu- Front View Button Call DispEngine.SetViewToFrontView().
- Back View Button
Call DispEngine.SetViewToFrontView() and turn back the view by the code:
DispEngine.SetViewToFrontView(); DispEngine.TurnBackView(); - Right View Button ...(refer the instruction above)
- Left View Button ...
- Top View Button ...
- Bottom View Button ...
- Isometric View Button ...
- (other RenderingCanvas tool bar item may be appended here)
Source Code Path
See this page for git repository.
WPF Application Source Code Path
- Disp/RenderingCanvasToolBar
Webapi Application Source Code Path
Frontend:
- wwwroot/disp/rendering-canvas-tool-bar.js
Backend (C#):
- Disp/RenderingHub.cs - Contains the
SetViewmethod that handles view changes from the toolbar - Disp/RenderingService.cs - Manages DispEngine instances