Table of Contents

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)

Single-User WPF Application Source Code Path

  • Disp/RenderingCanvasToolBar

see this page for git repository.