LPE: Ellipse from Points

From Inkscape Wiki
Jump to navigation Jump to search

This page describes inkscape's Live Path Effects "Ellipse from Points" introduced in inkscape 0.93.

GUI Parameters

LPE pts2ellipse GUI.png

  1. Method: select from
    1. Auto ellipse: if the path contains 2...4 nodes (or points), a circle is created; if the path contains more than 5 nodes, an ellipse is created. Note, that a circle is properly defined with either 2 or 3 points and an ellipse requires at least 5 points.
    2. Force circle: similar to Auto Ellipse, but now a circle is always fitted. Requires a path with at least 2 nodes.
    3. Isometric circle: uses the first 2 edges to construct an isometric ellipse.
    4. Perspective circle: uses the first 4 nodes to construct an ellipse representing the circle inside the square viewed under perspective.
    5. Steiner ellipse: uses the first 3 nodes to construct an ellipse around the triangle. See also [1]
    6. Steiner inellipse: identical to Steiner ellipse, however the ellipse is now inside the triangle.
  2. Arc: (only applicable to Auto ellipse and Force circle methods) if checked, generates an (open) elliptic arc between the first and last node. Note, that for the fitting of the ellipse only the nodes of the input path count and not the order nor the form. So, going "backwards" is allowed. Just play by moving the nodes of the input path!
  3. Other Arc side: (only enabled if Arc is checked) if checked, uses the opposite side for the arc (only has an effect when Arc is selected).
  4. Slice Arc: (only enabled if Arc is checked) if checked, generates a sliced arc (only has an effect when Arc is selected).
  5. Frame (isometric rectangle): if checked, generates an isometric rectangle  – a frame  – around the ellipse. Rotates according to Axes rotation parameter.
  6. Axes: if checked, generates the (main) axes of the ellipse. Rotates according to Axes rotation parameter.
  7. Perspective square: (only enabled if Perspective circle is used) if checked, generates the square viewed under perspective. Rotates according to Axes rotation parameter in the correct perspective.
  8. Perspective axes: (only enabled if Perspective circle is used) if checked, generates the axes of the circle. Rotates according to Axes rotation parameter in the correct perspective.
  9. Axes rotation: rotates the whole ellipse including the resulting nodes, frame and axes (unit: [deg]).
  10. Source Path: if checked, generates the source path. This is useful for modifying the source path and hence the resulting ellipse.

Examples

Pts2ellipseTests.png

Example svg file for inkscape

Example saved as pdf file