Projection of a Line — VektorCAD Tutorial¶
This exercise guides you through drawing the projections of a straight line using VektorCAD. You will construct the XY reference line, locate the endpoints based on their distances from HP/VP, obtain initial projections, then rotate to satisfy both given inclinations. Use Normal thickness for construction/projection/dimension lines and Thick for the final views of the line.
Problem Statement¶
Draw the projections of a line AB of true length 80 mm.
Endpoint A is 20 mm above HP and 25 mm in front of VP. The line is inclined at θ = 35° to HP and φ = 45° to VP. Show the front view ((a'b')) and top view ((ab)), and annotate the given distances and true length.
Given
- True length |AB| = 80 mm
- Point A: 20 mm above HP → (a') is 20 mm above XY
- Point A: 25 mm in front of VP → (a) is 25 mm below XY
- Inclinations: θ = 35° to HP, φ = 45° to VP
Objective
- Draw XY, projectors, a', a, intermediate projections, and the final views of the line.
- Use VektorCAD commands: xyline, ucs, point, line, arc, dimlin, dimalign, text.
- Thickness: Normal for XY, projectors, and dimensions; Thick for final ab and a'b'.
- Turn Entity Snap ON throughout.
Step‑by‑Step¶
1) Prepare Drafting Settings¶
- Set Line Thickness → Normal
- Select Normal from the thickness options (Thin / Normal / Thick).
-
Use Normal for XY, projectors, and construction lines.
-
Enable Snaps
- Turn Snap ON from the status bar.
-
Turn Entity Snap ON for accurate intersections.
-
(Optional) Toggle Ortho ON to keep XY and projectors strictly horizontal/vertical.
2) Draw the XY Reference Line¶
- From the Line dropdown, click XY Line.
- Pick two points horizontally to draw XY (e.g., ~180 mm).
- Move the UCS to one endpoint of XY:
- Click UCS, hover over XY until the endpoint snap glyph appears, then click.
- The UCS origin is now fixed at one end of XY.
3) Locate Endpoint A in Both Views¶
We will place a (top view) and a′ (front view) aligned vertically with the XY reference.
- Draw projector through a
-
Run Line, snap to XY, and draw a short vertical (Normal thickness).
-
Mark a (Top View)
-
Run Point → type
0,-25→ places a 25 mm below XY (in front of VP). -
Mark a′ (Front View)
-
Run Point → type
0,20→ places a′ 20 mm above XY (above HP). -
Label Points
- Use Text to label the lower point as a and the upper point as a′.
The projector ensures that a and a′ are vertically aligned (same generator).
4) Draw Locus Lines¶
- Turn Ortho ON from the status bar.
- From point a′, draw a horizontal line.
- From point a, draw another horizontal line.
- These are the locus lines.
- Turn Ortho OFF when done.
5) First Inclination — Line Inclined to HP (θ = 35°), Parallel to VP¶
We construct an auxiliary front view with true length at 35°.
- From the toolbar, click Line.
- Click point a′ as the start point.
- In the command prompt, type
@80<35→ draws a line of 80 mm at 35° above XY. - Mark the endpoint as b1′.
- This line a′b1′ is the auxiliary front view (Normal thickness).
- Use Copy to transfer the locus line from a′ to pass through b1′.
6) Second Inclination — Line Inclined to VP (φ = 45°)¶
Now construct an auxiliary top view at 45°.
- From the toolbar, click Line.
- Click point a as the start point.
- In the command prompt, type
@80<-45→ draws a line of 80 mm at 45° below XY. - Mark the endpoint as b2.
- This line ab2 is the auxiliary top view (Normal thickness).
- Use Copy to transfer the locus line from a to pass through b2.
7) Obtain the Final Top View¶
- From b1′, draw a vertical projector down to meet the locus line through a.
- Mark this intersection as b1.
- From the Arc dropdown, choose Start, Center, End.
- Start point: select b1.
- Center point: select a.
- In the command prompt, choose Clockwise.
- Drag the arc until it meets the locus at b2, then click.
- Mark the intersection as b.
- Change thickness to Thick.
- Draw the final line from a to b.
8) Obtain the Final Front View¶
Repeat the above process with the auxiliary top view to locate b′ and draw the line a′b′.
9) Dimensions and Labels¶
- Switch back to Normal thickness for dimensions.
- Add given distances from XY:
- dimlin XY → a′ = 20 mm.
- dimlin XY → a = 25 mm.
- Add other required dimensions for completeness.
Result Checklist¶
- XY drawn (Normal).
- Entity Snap ON throughout.
- A 25 mm below XY; A' 20 mm above XY.
- Auxiliary: A'B'₁ at 35°, A–B₁ projected (Normal).
- Rotation: A–B₂ makes 45° with XY in top view (Normal), arc used with radius |A–B₁|.
- Final views: A–B₂ and A'–B'₂ drawn in Thick.
- Dimensions: 20 mm and 25 mm from XY via dimlin; true length via dimalign.
- Labels: A, A', B, B', θ, φ via text.
Variations (practice)¶
- Change only one inclination (e.g., θ = 0°, φ = 40° → line parallel to HP, inclined to VP).
- Swap the order: first assume φ, then rotate in front view to impose θ.
- Move the UCS to different working points (
ucs) to make typed inputs faster.
Commands Recap¶
xyline— draw XY reference line (Normal).- Thickness — Normal for XY/projectors/dimensions; Thick for final AB and A'B'.
- Entity Snap — keep ON for precise endpoints and intersections.
ucs— reposition origin near work area or on the projector.point— mark A, A', and intermediate B points as needed.line— draw projectors, auxiliary, and final segments.arc— rotate top view about A to match φ while keeping radius |AB|.dimlin— linear dimensions from XY to A/A'.dimalign— aligned dimension for true length or slanted segments.text— labels for points, angles, and notes.
You’ve completed the projection of a line using auxiliary views and rotation to satisfy both θ and φ, with final views clearly emphasized using Thick line weight.