Jump to content

Curves Line

From FreeCAD Documentation

Curves Line

Menu location
Curves → Parametric line
Workbenches
Curves
Default shortcut
None
Introduced in version
-
See also
None

Description[edit | edit source]

The Curves Line tool creates a parametric line between two vertices.

Usage[edit | edit source]

  1. Select two vertices in the 3D view.
  2. There are several ways to invoke the tool:
    • Press the Parametric line button.
    • Select the Curves → Parametric line option from the menu.
  3. A Line object is created.

Properties[edit | edit source]

See also: Property editor.

A Line object is derived from a Part Feature object and inherits all its properties. It also has the following additional properties:

Data[edit | edit source]

Line

  • DataVertex1 (LinkSub): The first referenced vertex.
  • DataVertex2 (LinkSub): The second referenced vertex.

Scripting[edit | edit source]