Parabola (Eccentricity Method) — VektorCAD Tutorial¶
This tutorial shows how to construct a parabola from a focus and a directrix using the eccentricity definition with e = 1.
We’ll use Normal thickness for all construction/dimensions and switch to Thick for the final curve. We’ll also use carc (center+radius arc that cuts a selected entity) to get precise intersection points quickly, and spline to draw a smooth parabola.
Theory: A parabola is the locus of points
Psuch thatPF = PD, whereFis the focus andPDis the perpendicular distance fromPto the directrix line (e = 1).
The vertexVlies halfway between the focus and the directrix along the axis (the perpendicular fromFto the directrix). The focal distanceFV = p, and the gap between focus and directrix equals2p.
Tutorial Video¶
Problem Statement¶
To construct a parabola, when the distance of the Focus from the directrix is 50 mm.
Task: Construct the parabola by the focus–directrix method and annotate key features (vertex, axis, sample distances).
Objective
- Use VektorCAD commands: line, point, ucs, carc, spline, array, text.
- Keep Normal thickness for construction lines and dimensions; switch to Thick for the final parabola.
- Turn Entity Snap ON throughout.
Step‑by‑Step¶
1) Setup¶
- Thickness → Normal (Thin / Normal / Thick).

- Entity Snap ON
2) Draw the Directrix and Set the UCS Origin¶
-
Enable Snap: Turn Snap ON so the mouse pointer aligns precisely with the grid points.
-
Draw the Directrix: On the toolbar, click Line to start the line command. Using the mouse cursor, draw a vertical line to represent the directrix.
-
Label the Directrix: On the toolbar, click TEXT and place labels
A(at the top end) andB(at the bottom end) of the vertical line. -
Set UCS Origin: Run the UCS command and position the origin point directly on the directrix.
-
Label the Origin: Use the TEXT command to add label
Cnear the UCS origin. -
Draw the Axis: With the Line command, draw a new line perpendicular to AB (the directrix) to represent the axis. Add label
Dat the end of the axis. -
Disable Snap: Turn Snap OFF once the origin is set, as it is no longer required.

3) Mark Focus F and Divide CF into 2 Equal Segments¶
-
Set Point Style: In the format panel, change the point size to 2 and select the dot ( . ) point style.
-
Mark the Focus: On the toolbar, click Point. In the Specify point command prompt, type
50to place the focus pointFat 50 mm from C. -
Label the Focus: Use the TEXT command to add the label
Fnear the focus point. -
Change Point Style for Divisions: Set point size to 4 and switch the point style to vertical bar ( | ) to make the division points visually distinct.
-
Divide the Segment CF:
- On the Point menu, click Divide.
- At the command prompt Select object to divide [ Between ], type or click Between.
- Specify first point: Click the start point
Con the axis. - Specify second point: Click the focus point
F. - Enter the number of segments: Type
2and press Enter.
This divides line CF into 2 equal parts (because eccentricity = 1).
6. Mark it as V
4) Draw Line VE¶
- On the Line menu, click Line and select point
Vas the starting point. - At the command prompt, choose Distance.
- Pick point
Fto define the line length (equal toVF). - Enter
90for the angle, drawing a vertical line. - Press Enter to complete the command.
- Use the TEXT command to label the endpoint as
E.
5) Draw Line CE¶
- On the Line menu, click Line and draw a line from point
Cto pointE. - From the Trim dropdown, choose Extend.
- Click line
CEnear pointEand pick a point beyond it to extend the line.
6) Draw Vertical Lines Through Axis CD and Line CE¶
- On the status bar, turn Ortho ON.
- Draw vertical lines passing through axis
CDand lineCE. - Turn Ortho OFF when done.
- Use the TEXT command to label the intersections as
1–1',2–2',3–3', and4–4'.
7) Draw Arcs to Cut the Lines¶
- From the Arc dropdown, select Cutting Arc.
- At the prompts:
- Specify radius: Select points
1and1'. - Specify center point: Select point
F. - Specify curve to cut: Select line
1–1'.
- Specify radius: Select points
- An arc will be created, cutting line
1–1'. - Press Enter to repeat the Cutting Arc command.
- Repeat the process for the other vertical lines.
8) Mirror Lines and Arcs¶
- From the Copy dropdown, click Mirror.
- Select all vertical lines, arcs, and line
CE, then press Enter. - At the prompts:
- Pick mirror reference start: Select point
C. - Pick mirror reference end: Select point
F.
- Pick mirror reference start: Select point
9) Draw the Final Spline¶
- From the Format panel, set line thickness to Thick.
- On the toolbar, click Spline.
- Starting at point
4', select all line/arc intersection points in counter-clockwise order. - Press Enter to complete the command.
Result Checklist¶
- Directrix
d, FocusF, Axis FN drawn and labeled. - Vertex
Vlocated at the midpoint ofFN. - Several offset lines
L(d)parallel to the directrix placed at chosen distances. - For each
L(d), carc with center = F and radius = d used to get intersection point(s). - A smooth, open
splinepasses through the collected points. - Final parabola set to Thick; all construction remains Normal.
Variations (Practice)¶
- Move the focus closer/farther from the directrix (changes
p). - Rotate the directrix and re‑align the UCS; repeat the construction at an oblique angle.
- Generate points only on one side and mirror about the axis.
- Compare with parabola generated from a rectangle/tangent method (equal angles property).
Commands Recap¶
line— directrix, axis, and parallel offset lines.point— mark F, V, and cut points.ucs— reposition/align axes for easy numeric offsets.carc— center at F, radius = d to cut each offset line and reveal locus points.spline— draw the smooth (open) parabola through the points.mirror— to mirror the lines and arcs in bottom quadrant.text— labels and notes.- Format — Normal for construction, Thick for final curve.
You’ve drawn a parabola by the focus–directrix method using carc to produce accurate equal‑distance points and spline for a clean result. Export to PDF and verify line weights before sharing.