linerelative lire
Creates lines using relative coordinates.
Creates a line from a point (which may either exist, or will be created) to a new point by giving relative coordinates.
linerelative Point_2 (6 4 8)
Creates a line from Point_2 (1, 2, 3) to a new point which is 6 in the x-, 4 in the y- and 8 in the z-direction from Point_2 at (7, 6, 11).
linerelative Point_2 (6 4 8) (1 5 3)
Creates a line from Point_2 (1, 2, 3) to a new point which is 6 in the x-, 4 in the y- and 8 in the z-direction from Point_2 at (7, 6, 11) and a line from this point to a new point which is 1 in the x-, 5 in the y- and 3 in the z-direction from the second point at (8, 11, 14).
<Point'|<Coords: Number' Number' Number'>'> <Coords{1,...}: <Coords: Number' Number' Number'>'>
Point | Point object reference | Name of the point from which the line should start |
Coords | Coordinates | |
Number | x | x-coordinate |
Number | y | y-coordinate |
Number | z | z-coordinate |
Coords{1,...} 1 ∞ | Sequence of one or more relative coordinates | |
Coords | Coordinates | |
Number | x | x-coordinate |
Number | y | y-coordinate |
Number | z | z-coordinate |
Mode | Target |
---|---|
Geometry | Global |