[Ju...] Posted April 29 Share Posted April 29 (edited) I am trying to get the deviation of an actual point "tempPoint.dZ" from each of my 1000 stages into a python array that i can reference for other calculations. Can this be done without activating each stage? That is very time consuming process. My current work around is exporting a table with all 1000 deviations as a CSV then reading the CSV back into an array. This is fairly quick but i would prefer not to export data just to read it back in Edited April 29 Link to comment Share on other sites More sharing options...
[Ma...] Posted April 30 Share Posted April 30 Hi, as described in Working with stages — App Development Documentation, you can use the in_stage accessor for this. Best regards, Matthias 1 Link to comment Share on other sites More sharing options...
[Ju...] Posted Wednesday at 06:12 PM Author Share Posted Wednesday at 06:12 PM Thanks That in_stage is exactly what i was looking for. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in