rectangle rect
Creates rectangle.
Creates one or more rectangles between two or more points.
rectangle (0 1) (4 5)
Creates a rectangle between coordinates (0, 1) and (4, 5).
rectangle Point_1 (4 5)
Creates a rectangle between Point_1 and coordinate (4, 5).
rectangle Point_1 Point_3
Creates a rectangle between Point_1 and Point_3.
rectangle Point_1 (0 1) (4 5)
Creates a rectangle between Point_1 and coordinate (0, 1) and between coordinates (0, 1) and (4, 5).
<Point{2,...}: <Point'|<Coords: Number' Number'>'>>
Point | Point object reference | Name of the points between which the rectangle should be created |
Coords | Coordinates | |
Number | x | x-coordinate |
Number | y | y-coordinate |
Mode | Target |
---|---|
Geometry | Global |