Procedure Oval creates an oval object in a VectorWorks document.
PROCEDURE Oval(
p1X,p1Y : REAL;
p2X,p2Y : REAL);def vs.Oval(p1, p2):
return None| Name | Type | Description |
|---|---|---|
| p1 | REAL | Top left coordinate of oval bounding box. |
| p2 | REAL | Bottom right coordinate of oval bounding box. |
Availability: from All Versions