cuboid
Creates a cuboid.
Creates a cuboid with side length at the origin (0, 0, 0).
cuboid 2
Creates a cuboid with a side length of 2 at the origin (0, 0, 0).
Number'
Number | Side length | Desired side length of the cuboid |
Mode | Target |
---|---|
Geometry | Global |
{1} SoilVolume
Creates a cuboid with a side length and at a specified location (x, y, z).
cuboid 2 (1 2 3)
Creates a cuboid with a side length of 2 and at coordinates (1, 2, 3).
Number' <Coords: Number' Number' Number'>'
Number | Sidelength | Desired side length of the cuboid |
Coords | Coordinates | |
Number | x | x-coordinate |
Number | y | y-coordinate |
Number | z | z-coordinate |
Mode | Target |
---|---|
Geometry | Global |
{1} SoilVolume
Creates a cuboid with a side length at a specified location (x, y, z) in a specified direction described by a vector.
cuboid 2 (1 2 3) (5 7 12)
Creates a cuboid with a side length 2 and at coordinates (1, 2, 3) pointing in direction (5, 7, 12). The direction of the vector is perpendicular to the bottom and goes through its centerpoint.
Number' <Coords: Number' Number' Number'>' <Coords: Number' Number' Number'>'
Number | Sidelength | Desired side length of the cuboid |
Coords | Coordinates | |
Number | x | x-coordinate |
Number | y | y-coordinate |
Number | z | z-coordinate |
Coords | Vector giving the direction in which the cuboid should be pointing | |
Number | x | x-value |
Number | y | y-value |
Number | z | z-value |
Mode | Target |
---|---|
Geometry | Global |
{1} SoilVolume
Creates a cuboid with specified side lengths.
cuboid 2 3 5
Creates a cuboid with a side lengths 2 3 and 5.
<{3}: Number'>
{3} 3 3 | Sequence of 3 numbers | |
Number | Side length | Desired side length of the cuboid |
Mode | Target |
---|---|
Geometry | Global |
{1} SoilVolume
Creates a cuboid with specified side lengths at a specified location (x, y, z).
cuboid 2 3 5 (0 0 1)
Creates a cuboid with a side lengths 2 3 and 5 at coordinates (0 0 1).
<{3}: Number'> <Coords: Number' Number' Number'>'
{3} 3 3 | Sequence of 3 numbers | |
Number | Side length | Desired side length of the cuboid |
Coords | Coordinates | |
Number | x | x-coordinate |
Number | y | y-coordinate |
Number | z | z-coordinate |
Mode | Target |
---|---|
Geometry | Global |
{1} SoilVolume
Creates a cuboid with specified side lengths at a specified location (x, y, z) in a specified direction described by a vector.
cuboid 2 3 5 (0 0 1) (5 7 12)
Creates a cuboid with a side lengths 2 3 and 5 at coordinates (0 0 1) pointing in direction (5, 7, 12). The direction of the vector is perpendicular to the bottom and goes through its centerpoint.
<{3}: Number'> <Coords: Number' Number' Number'>'<Coords: Number' Number' Number'>'
{3} 3 3 | Sequence of 3 numbers | |
Number | Side length | Desired side length of the cuboid |
Coords | Coordinates | |
Number | x | x-coordinate |
Number | y | y-coordinate |
Number | z | z-coordinate |
Coords | Vector giving the direction in which the cuboid should be pointing | |
Number | x | x-value |
Number | y | y-value |
Number | z | z-value |
Mode | Target |
---|---|
Geometry | Global |
{1} SoilVolume