lineangles lian
Creates lines in directions specified using an angle.
Creates one or more lines from a point by giving an angle and a line length.
lineangles Point_1 30 16
Creates a line from Point_1 with an angle of 30 degrees with respect to the xy-plane and a length of 16. The start point, Point_1, has coordinates (1, 2) the end point of the line has coordinates (14.86, 2).
lineangles (2 0) 45 9
Creates a line from a new point with coordinates (2, 0) with an angle of 45 degrees with respect to the xy-plane and a length of 9. The end point of the line has coordinates (8.364, 0).
lineangles Point_2 90 Line_1
Creates a line from Point_2 with an angle of 90 degrees with respect to the xy-plane and snaps it to Line_1.
<Point'|<Coords: Number' Number'>'> <{1,...}: <Number'(°) <Number'|<Line'>>>'>
Point | Point object reference | Name of the point from which the line should start |
Coords | Coordinates of the point from which the line should start | |
Number | x | x-coordinate |
Number | y | y-coordinate |
{1,...} 1 ∞ | Sequence of one or more specifications of angles and length of the line or object to which the line should snap | |
Number | Angle | Angle of the line with respect to the xy-plane |
Number | Length | Length of the line that should be created |
Line | Line object reference | Name of the line to which the created line should snap |
Mode | Target |
---|---|
Geometry | Global |