Giving codes for rebars according to leghtss and diameters in autocad

basicly I want to find a way to give codes for some lines (which represents steel rebars) in auto cad depending on diffrent lengths and diameters. Then these codes I need them to be in excel sheet. with the specified lenght and diameter

Can I do amthg like this using UiPath ?

@khussein,

Welcome to UiPath Community!

If possible can you share more details, how you are sharing it currently. If you are doing it via code then we can do the same from UiPath, even you can try to use “Invoke Code” activity to use the same code if it is in the language supported by UiPath.

well I am doing it 100% manually now, and UiPath was suggested for me by a friend, as the task is repetitive.
so what I want to do is to give codes for the lines depending on thir length, ie (a line with length 1200 cm , i create a circle on that line and I give it code 1, if it is 900 i give it code 2 etc. and then I write these numbers down in excel file : length 1200 code 1)
length 900 code 2
etc. etc.

@khussein

Welcome to the community

  1. Some screenshots or a short video on how you do it manually would help
  2. As per the intial details…you can try using combination of for eqch row in excel or datatable with some ui activities to perform the task you need

Cheers