cutpoly cut
Cuts/divides polygons.
Cuts or divide one or more polygons.
cutpoly (0.5 0) (0.5 1)
Cuts all polygons between coordinate (0.5, 0) and coordinate (0.5, 1).
cutpoly Point_1 (0.5 1)
Cuts all polygons between Point_1 and coordinate (0.5, 1).
cutpoly Point_1 Point_3
Cuts all polygons between Point_1 and Point_3.
cutpoly Point_1 (0 1) (4 5)
Cuts all polygons between Point_1 and coordinate (0, 1) and between coordinates (0, 1) and (4, 5).
<Point{2,...}: <Point'|<Coords: Number' Number'>'>>
Point{2,...} 2 ∞ | Sequence of 2 or more points | |
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 |