I want to use helix tool kit as 2D viewer with panning and zooming functionality. Need to show only line work with above functionality with MVVM support to lines.
I want to use helix tool kit as 2D viewer with panning and zooming functionality. Need to show only line work with above functionality with MVVM support to lines.
First you will have to choose a plane to project (for example XY and ignore Z), then you can lock the rotation and hide the ViewCube.
You can choose other plans, but then you will have to test the camera position. In the example below I left ShowCameraInfo active, which helps to find the camera position.
Another thing, you can use "ZoomExtents()" method on a button to adjust the Zoom for your objects.
The orthographic projection option will also depend on what you think is best for your application...