Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 482 Bytes

File metadata and controls

27 lines (21 loc) · 482 Bytes

Oval

Description

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

Parameters

Name Type Description
p1 REAL Top left coordinate of oval bounding box.
p2 REAL Bottom right coordinate of oval bounding box.

Version

Availability: from All Versions

Category