Line Command
- Line( <Point>, <Point> )
-
Creates a line through two points A and B.
- Line( <Point>, <Parallel Line> )
-
Creates a line through the given point parallel to the given line.
- Line( <Point>, <Direction Vector> )
-
Creates a line through the given point with direction vector v.
See also Line and Parallel Line tools. |
You can also use a parametric syntax to create a line eg |