VS:Oval

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

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

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

Version

Availability: from All Versions