createRectangleXY MethodStatic
Create the linestring for a rectangle parallel to the xy plane.
- The z coordinate from point0is used for all points.
- axand- ayare signed.
- The point sequence is:- Start at point0
- move by (signed !) axin the x direction.
- move by (signed !) ayin the y direction.
- move by (signed !) negative axin the x direction.
- move by (signed !) negative ayin the y direction.
- (this returns to point0)
 
- Start at 
createRectangleXY(point0: Point3d, ax: number, ay: number, closed: booleantrue): LineString3d
| Parameter | Type | Description | 
|---|---|---|
| point0 | Point3d | |
| ax | number | |
| ay | number | |
| closed | boolean | 
Returns - LineString3d
Defined in
- curve/LineString3d.ts Line 379
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.