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 5 hours ago Share Posted 5 hours ago 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.memoeyUsage() Regards 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.