how can i measure vertical dimension of a line in perspective 3d views?
A line’s “dimension” can be obtained with the Length command; The Distance command can be used to measure the distance between any two points (such as the end points of a line)… With Distance, the “deltas” between two points in X, Y and Z will also be reported on the command line.
–Mitch
1 Like
thank you that works for me…