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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.