mm-3749 === Subject: angle from 2-d drawing i would appreciate any help i can get here / if you have 2 lines that make an angle in 3-d. looking at the front view theres a line that appears to be vertical and a line going from the bottom of that vertical line to the right at a 45 deg angle / in right view, the line going at the 45 deg angle is now appearing to be vertical and the vertical line from the front is at a 45 deg angle, going off to the right.the deg of this 3-d angle is 60 deg. is it possible to figure out what the deg of the 3-d angle is from the two 2-d view's ? tks ww === Subject: Re: angle from 2-d drawing >i would appreciate any help i can get here / if you have 2 lines that >make an angle in 3-d. looking at the front view theres a line that >appears to be vertical and a line going from the bottom of that >vertical line to the right at a 45 deg angle / in right view, the line >going at the 45 deg angle is now appearing to be vertical and the >vertical line from the front is at a 45 deg angle, going off to the >right.the deg of this 3-d angle is 60 deg. is it possible to figure out >what the deg of the 3-d angle is from the two 2-d view's ? If you're sure that you're seeing the same line in 2 different views, you can figure out its direction as a 3-D vector. And if you have 2 different 3-D vectors, you can calculate their angle. Define the coordinate space as x=left/right, y=backward/forward, z=up/down. Let's call the point where the 2 lines intersect the origin (0,0,0). By looking at the first line in the front view, you know it goes from (0,?,0) to (0,?,h1). In the second view, you can see it goes from (?,0,0) to (?,h1,h1). Wave your hands in the air and declare the vector to be <0,h1,h1>. Similarly, the second line goes from (0,?,0) to (h2,?,h2) and from (?,0,0) to (?,0,h2), which means the vector is