Click or drag to resize
AB4D logo

LinesUpdater Methods

The LinesUpdater type exposes the following members.

Methods
 NameDescription
Public methodRefresh Manually updates all the registered lines. This will regenerate the geometry of 3D lines that are on Viewport3D objects that are not visible (for example for offline rendering to bitmap).
Public methodRegisterViewport3DObsolete.
RegisterViewport3D is OBSOLETE and does nothing. In the previous version it was used to prevent updating lines in Viewport3D in case it was unloaded from visual tree.
Public methodReset Manually clears all the registered lines.
Public methodUnregisterLine(BaseLineVisual3D) UnregisterLine method can be called to manually remove the line Visual3D from being updated with LinesUpdater.
Public methodUnregisterLine(Model3D) UnregisterLine method can be called to manually remove the line model from being updated with LinesUpdater.
Public methodUnregisterViewport3DObsolete.
UnregisterViewport3D is OBSOLETE and does nothing. In the previous version it was used to unregister Viewport3D that was registered with RegisterViewport3D(Viewport3D) method.
Public methodUpdateDXEngineSettings Update the DXEngine settings. Can is called when DXScene in DXViewportView is initialized. It can be also called if HardwareAccelerate3DLines or HardwareAccelerate3DLineCaps are manually changed.
Top
See Also