geocache
command
Manipulates the internal geometry cache.
Replaced by: hou.cache.vexGeoCache
See also: texcache, objcache, sopcache, opupdate
Usages
-
geocache [-s] [-l] [-c | -n] [-a 0|1] [-m max] [ -f 0|1 file ] [ -F 0|1 node ]
The geometry cache is used by VEX geometry functions.
Options
|
|
See the current settings. |
|
|
List the contents of the cache. |
|
|
Clear the cache. |
|
|
Clear the cache if newer files exist on disk. |
|
|
Turn auto-flushing of geometry files on or off. Leaving the geometry in the cache (i.e. no auto-flushing) improves performance at the cost of extra memory. |
|
|
Specify the cache size (in KB). This defaults to 8192 (8 MB). |
|
|
Turn off|on the monitoring of given file(s). If there is any change to the file(s) on the disk, the depending geocache(s) will be automatically cleared. This option will not be saved. Option available only on Linux |
|
|
Turn off|on the monitoring of referenced file(s) from the given node(s). If there is any change to the file(s) on the disk the according node(s) will be automatically reloaded. This option will not be saved. Option available only on LINUX |