Hi, Guys!
Do you know if I can generate an automatic table with point's dimensions accordind XYZ axis?
I need it to optmize the drawing of tubes.
Something like this:
Points | X | Y | Z |
---|---|---|---|
Point 1 | 0 | 0 | 0 |
Point 2 | 100 | 0 | 0 |
Point 3 | 100 | 50 | 0 |
Point 4 | 100 | 50 | 20 |
Thanks.