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
- wwwroot/disp/rendering-canvas-tool-bar.js
- wwwroot/disp/rendering-canvas-tool-bar.css
To build it, you can refer Hi.Sample.Webapi/wwwroot/disp/rendering-canvas-view-dropdown.js.