Parent Object: SketchLines
Method that creates four lines to represent a rectangle where the center of the rectangle is defined by a point, the length and orientation is defined by a second point, and the width defined by a third point.
| Name | Type | Description |
| CenterPoint | Object | Input object that specifies the center of the rectangle. This can either be a SketchPoint or a Point2d object. |
| EdgePoint | Object | Input object that specifies a point on the edge of the rectangle that defines the orientation and length of the rectangle. |
| WidthPoint | Point2d | Input Point2d that defines the width of the rectangle. |

| Name | Description |
| Create Centerpoint Rectangles | Creates a new sketch containing rectangles created using the two new center point rectangle commands. |