point pt
Creates a point.
Creates a point with specified coordinates.
point (5 6 7)
Creates a point with coordinates (5, 6, 7).
<Coords: Number' Number' Number'>'
Coords | Coordinates | |
Number | x | x-coordinate |
Number | y | y-coordinate |
Number | z | z-coordinate |
Mode | Target |
---|---|
Geometry | Global |
{1} Point
Creates two or more points with specified coordinates.
point (5 6 7) (8 9 10)
Creates two points with coordinates (5, 6, 7) respectively (8, 9, 10).
<Coords{2,...}: <Coords: Number' Number' Number'>'>
Coords{2,...} 2 ∞ | Sequence of two or more coordinates | |
Coords | Coordinates | |
Number | x | x-coordinate |
Number | y | y-coordinate |
Number | z | z-coordinate |
Mode | Target |
---|---|
Geometry | Global |
{2,...} Point