linevector live
Creates lines in directions specified using vectors.
Creates one or more lines from a point (which may either exist, or will be created) in a certain direction by giving a vector and a line length.
linevector Point_2 (6 4 8) 14
Creates a line from Point_2 in direction (6, 4, 8) with a length of 14.
linevector (1 2 3) (5 4 6) 12 (9 7 8) 10
Creates a line from a new point with coordinates (1, 2, 3) in direction (5, 4, 6) with a length of 12 and a line from the end point of the previous line in direction (9, 7, 8) with a length of 10.
linevector Point_5 (-1 2 3.2) Line_4
Creates a line from Point_5 in direction (-1, 2, 3.2) and snaps it to Line_4.
<Point'|<Coords: Number' Number' Number'>'> <{1,...}: <<Coords: Number' 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 vectors and length of the line or objects to which the line should snap | |
Coords | Vector that defines the direction of the line that should be created | |
Number | x | x-value |
Number | y | y-value |
Number | z | z-value |
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 |
BoreholVolume | 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 |