arrayr arr
Creates a rectangular array from one or more objects.
Creates an array from a borehole, with a specified number of new boreholes at a specified interval.
arrayr Borehole_1 2 0 5
Creates an array from Borehole_1 with 2 newly created boreholes at an interval of (0, 5).
<{1,...}: Borehole>' Integer Number Number
{1,...} 1 ∞ | Sequence of one or more boreholes | |
Borehole | Borehole reference | Name of the borehole from which an array should be created |
Integer | Desired number of objects in the array (>0) | |
Number | x | Interval in the x-direction |
Number | y | Interval in the y-direction |
Mode | Target |
---|---|
Geometry | Global |
None
Creates an array from a selected object, with a specified number of new objects at a specified interval.
arrayr Point_1 2 (1 5 0)
Creates an array from Point_1 with 2 newly created points at an interval of (1, 5, 0).
<{1,...}: <Point'|Line'|Polycurve'|Tunnel'|StructuralSurface'|Volume'>>' Integer' <Coords: Number' Number' Number'>'
{1,...} 1 ∞ | Sequence of 1 or more geometric objects | |
Point | Point object reference | Name of the point from which an array should be created |
Line | Line object reference | Name of the line from which an array should be created |
Polycurve | Polycurve object reference | Name of the polycurve from which an array should be created |
Tunnel | Tunnel object reference | Name of the tunnel from which an array should be created |
StructuralSurface | Surface object reference | Name of the surface from which an array should be created |
Volume | Volume object reference | Name of the volume from which an array should be created |
Integer | Desired number of objects in the array (>0) | |
Coords | Interval between the newly created objects in the array | |
Number | x | x-value |
Number | y | y-value |
Number | z | z-value |
Mode | Target |
---|---|
Geometry | Global |
{1,...} Object
Creates a two-dimensional array from a selected object, with a specified number of rows and columns at the specified intervals.
arrayr Point_1 2 (1 5 0) 3 (6 4 8)
Creates a two-dimensional array from Point_1 with 2 rows at an interval of (1, 5, 0) and 3 columns at an interval of (6, 4, 8).
<{1,...}: <Point'|Line'|Polycurve'|Tunnel'|StructuralSurface'|Volume'>>' Integer' <Coords: Number' Number' Number'>' Integer' <Coords: Number' Number' Number'>'
{1,...} 1 ∞ | Sequence of one or more geometric objects | |
Point | Point object reference | Name of the point from which an array should be created |
Line | Line object reference | Name of the line from which an array should be created |
Polycurve | Polycurve object reference | Name of the polycurve from which an array should be created |
Tunnel | Tunnel object reference | Name of the tunnel from which an array should be created |
StructuralSurface | Surface object reference | Name of the surface from which an array should be created |
Volume | Volume object reference | Name of the volume from which an array should be created |
Integer | Desired number of rows (>0) | |
Coords | Interval between the newly created objects in the array | |
Number | x | x-value |
Number | y | y-value |
Number | z | z-value |
Integer | Desired number of columns (>0) | |
Coords | Interval between the newly created objects in the array | |
Number | x | x-value |
Number | y | y-value |
Number | z | z-value |
Mode | Target |
---|---|
Geometry | Global |
{1,...} Object
Creates a three-dimensional array from a selected object, with a specified number of rows, columns and pages at the specified intervals.
arrayr Point_1 2 (1 5 0) 3 (6 4 8) 5 (7 10 9)
Creates a three-dimensional array from Point_1 with 2 rows at an interval of (1, 5, 0), 3 columns at an interval of (6, 4, 8) and 5 levels at an interval of (7, 10, 9).
<{1,...}: <Point'|Line'|Polycurve'|Tunnel'|StructuralSurface'|Volume'>>' Integer' <Coords: Number' Number' Number'>' Integer' <Coords: Number' Number' Number'>'Integer' <Coords: Number' Number' Number'>'
{1,...} 1 ∞ | Sequence of one or more geometric objects | |
Point | Point object reference | Name of the point from which an array should be created |
Line | Line object reference | Name of the line from which an array should be created |
Polycurve | Polycurve object reference | Name of the polycurve from which an array should be created |
Tunnel | Tunnel object reference | Name of the tunnel from which an array should be created |
StructuralSurface | Surface object reference | Name of the surface from which an array should be created |
Volume | Volume object reference | Name of the volume from which an array should be created |
Integer | Desired number of rows (>0) | |
Coords | Interval between the newly created objects in the array | |
Number | x | x-value |
Number | y | y-value |
Number | z | z-value |
Integer | Desired number of columns (>0) | |
Coords | Interval between the newly created objects in the array | |
Number | x | x-value |
Number | y | y-value |
Number | z | z-value |
Integer | Desired number of levels (>0) | |
Coords | Interval between the newly created objects in the array | |
Number | x | x-value |
Number | y | y-value |
Number | z | z-value |
Mode | Target |
---|---|
Geometry | Global |
{1,...} Object
Geometry
Global
{1,...} Borehole