lineangles lian
Creates lines in directions specified using angles.
Creates one or more lines from a point by giving angles and a line length.
lineangles Point_1 0 30 16
Creates a line from Point_1 with an angle of 0 degrees with respect to the xy-plane, an angle of 30 degrees with respect to the xz-plane and a length of 16. The start point, Point_1, has coordinates (1, 2, 0) the end point of the line has coordinates (14.86, 2, 0).
lineangles (1 2 0) 30 0 9
Creates a line from a new point with coordinates (1, 2, 0) with an angle of 30 degrees with respect to the xy-plane, an angle of 0 degrees with respect to the xz-plane and a length of 9. The end point of the line has coordinates (8.794, 6.5, 0).
lineangles Point_2 90 0 Volume_1
Creates a line from Point_2 with an angle of 90 degrees with respect to the xy-plane, an angle of 0 degrees with respect to the xz-plane and snaps it to Volume_1.
<Point'|<Coords: Number' Number' Number'>'> <{1,...}: <Number'(°) Number'(°) <Number'|<Line'|Volume'|BoreholeVolume'|StructuralSurface'>>>'>
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 |
Number | z | z-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 | Angle | Angle of the line with respect to the xz-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 |
Volume | Volume object reference | Name of the volume to which the created line should snap |
BoreholeVolume | Soil volume object reference | Name of the soil volume to which the created line should snap |
StructuralSurface | Surface object reference | Name of the surface to which the created line should snap |
Mode | Target |
---|---|
Geometry | Global |