rectangle command

Syntax

sketch section rectangle keyword

Primary keywords:

center    point-1

Adds rectangular section(s).

center v1 point v2

Create a rectangle from a center location v1 to a corner v2 .

point-1 v1 point-2 v2 <point-3 v3 >

if the first two points are specified, create a rectangle using two opposite corners. if the third point is specified, create a rectangle using two adjacent corners and a point on the opposite side.