Coz_y_not Posted March 20 Share Posted March 20 I accidentally bumped into this wonderful info on the geometry spreadsheet (simulation time & memory usage) and want to extract it, any idea how? Quote Link to comment Share on other sites More sharing options...
DLCool Posted Thursday at 04:00 PM Share Posted Thursday at 04:00 PM (edited) Hi there. If it is still actual: Get simulation node: sim_node = hou.currentDopNet() or sim_node = hou.node('/obj/FLIPSIM') # or whatever Next get simulation and it's properties: sim = sim_node.simulation() simulation_tame = sim.time() memory_usage = sim.memoryUsage() Regards Edited Friday at 08:22 AM by DLCool Quote Link to comment Share on other sites More sharing options...
Coz_y_not Posted 10 hours ago Author Share Posted 10 hours ago On 4/16/2026 at 6:00 PM, DLCool said: Hi there. If it is still actual: Get simulation node: sim_node = hou.currentDopNet() or sim_node = hou.node('/obj/FLIPSIM') # or whatever Next get simulation and it's properties: sim = sim_node.simulation() simulation_tame = sim.time() memory_usage = sim.memoryUsage() Regards Where do I write this code and do I run it with the sim? knowing that I do not allow caching of the sim to memory, it goes straight to disk. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.