Hi,
Is there any way to present panel contour points (coordinates X, Y, Z) in a table like the table available for nodes?
I do not want table for each individual panel, but a table which presents all contour points for all defined panels in a model on one sheet.
This could be helpful for fast correction of the contour points coordinates, especially in cases without precise geometry where the 9th decimal place at a coordinate makes all the difference between a good or bad mesh.
No, this is possible only for one panel at a time but I would suggest considering the use of the detailed correction option and adjust the model either structural axes or indicated planes instead.
See e.g. http://forums.autodesk.com/t5/Autodesk-Robot-Structural/Detailed-Correction/m-p/3079956
If you find your post answered press the Accept as Solution button please. This will help other users to find solutions much faster. Thank you.
@Tony
Hi Tony, I have been reading many of your post and I found out that we have come to the same problems in using Robot. I have been using Robot for 10 years, but some of the questions/problems still remain unsolved even in the latest releases.
Anyway, I will try and use the macro excel file that were provided and let you know my experience
@Artur
This option works sometimes, but not always. The problems about contour points misalignment still remains on some panels.
I run the spreadsheet in the link, but I add a few columns to fix the rounding issues.
ie =fixed(cell,3)
then i replace the original columns in the spreadsheet before I hit update.
I use it on an almost daily basis and find it works really well.
Tony
If the problem where rounding of decimal points for node co-ordinates is not linked to the user defined job units is not fixed in future Robot versions, then yes. (sorry still havn't used 2013)
If not, then the spreadsheet needs an update to include a rounding feature. I have already done this though, shortly after you provided it. This panel geometry sheet you made is one of my favourites. Gets used almost daily.
Tony
If the problem where rounding of decimal points for node co-ordinates is not linked to the user defined job units is not fixed in future Robot versions, then yes. (sorry still havn't used 2013)
Rounding is not impemented but... thru API it can be done.
I will see. 🙂
If not, then the spreadsheet needs an update to include a rounding feature. I have already done this though, shortly after you provided it. This panel geometry sheet you made is one of my favourites. Gets used almost daily.
Nice to hear that.
Update xls and share.
Please do so. I tried the sheet provided in the other post.
It works perfectly. Its a miracle. Thank you so much.
BTW is there any Robot open source manual or tutorial available to download?
This just imposed many ideas I would like to implement for other analysis needs.
Hahaha
I tried ROS 7 years ago, but I was not able at that time to do something. Since this lovely sheet, my interest has grown.
Pls, do not forget to upload your updated sheet on Monday.
Ok, I've uploaded my spreadsheet hack of Rafals' original one.
Sorry if my VB coding is a bit schoolboy style.
It works like this. You can select to either fix the number of decimal points, or additionally include rounding of the data by inputting into the orange coloured cells.
If you are happy with the rounding click accept rounding.
Then click update Robot model
Tony
Thanks to Tony's modification I have modified macro to work on selected (by checkboxes) coordinates directions.
I have found you nice spreasheet to round up panel counter Rafal.
I tried to use it :
importing coordinates -> not a problem
I modify some coordinates and then I try to update -> I get a the attached error.
I assume it is a misuse, can you help?
Thx
Attached macro will work notonly with English robot interface.
Same macro with the rounddown function.
This avoid the problem for example :
point 1 : X=6.217 -> rounded 6.22
point 2 : X=6.212 -> rounded 6.21 ---> problem
rounddown will make 6.21 in both case.
NOTe : could be roundup ....
Rafal, I'd like to implement this in the extra addin you given to us (with this .dll ou .exe) could please either modify your addin or give us the code.
I prefer your addin as it works on nodes, panel and bars and not only pannel like in the excel sheet
Thanks again.
Can't find what you're looking for? Ask the community or share your knowledge.