![]() | |
LinesUpdaterReset Method (Viewport3D) |
Namespace: Ab3d.Utilities
public void Reset( Viewport3D parentViewport )
Manually clears all the registered lines that are shown in parentViewport.
The method Reset without parameters removes all the registered lines regardless of the Viewport3D.
This is not always desired. For example if the application is using CameraAxisPanel and calls Reset() method without parameters, the LinesUpdater will stop updating the lines that show the axes in CameraAxisPanel. This can be prevented with calling Reset method and passing Viewport3D as a parameter.