←Select platform

DoTimelyChecks Method

Summary

Destroys all 3D objects that have not been used for a long time.

Syntax
C#
VB
C++
public static void DoTimelyChecks() 
Public Shared Sub DoTimelyChecks() 
public:  
   static void DoTimelyChecks() 

Remarks
  • DoTimelyChecks will go through every volume in the dictionary and delete every volume that has not been called or used for a long time.
  • The time out period is 3 minutes.
  • To prevent a certain volume from getting destroyed, either use it by calling any function, or call KeepAlive periodically (once every 2 minutes, for example).

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.