Toggle2D3D
Toggle between 2D/3D mode. In 2D mode, the view is a ’top view’ and is orthogonal. In this mode, on a touch panel, the user can only pan the view (no rotation, so no 3D) with one finger. When in 3D mode, the view is back in 3D (perspective view) and on a touch panel, the user can rotate the view with one finger. The pan is done with 2 fingers.
Function
void Toggle2D3D()
Example
Toggles from 2D to 3D or vice versa.
SYM3.Toggle2D3D();