Hello everybody,
I am trying to add a dimension to a ply. The problem I have is that the dimension are not in the same direction. I am using AddAlignedDimension and if i add a positive number the dimension goes wrong. is there another way to add the dimension on the same direction?
I have modified the code to make it more understandable. What makes the code is to check all the points from the ply and choose the corners to add dimension to the plies. I want them to be inside of the ply like in the photo but in the same direction as the white dimension.
Hello Dale,
I am sorry to bother you again with this problem. But the problem was not the version of rhino. In that moment i didn’t notice but the script was working for you because you have the orientation of the text click. The problem is that I can’t use that because i need to know the orientation of the text.
just in case someone has the same problem as i. what i have done to solve is to use in line 64 rs.Command(’_-Dim {} {} {}’.format(p_1,p_2,p_3)) and works fine.