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 April 16 Share Posted April 16 (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 April 17 by DLCool Quote Link to comment Share on other sites More sharing options...
Coz_y_not Posted April 19 Author Share Posted April 19 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...
DLCool Posted April 20 Share Posted April 20 It depends on circumstances where and when you need such an info. You can run the code in python shell after simulation or in python sop node during the sim. 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.