Creates an oval with the specified bounds.
PROCEDURE OvalN(
orginX,orginY : REAL;
directionX,directionY : REAL;
width : REAL;
height : REAL);def vs.OvalN(orgin, direction, width, height):
return None| Name | Type | Description |
|---|---|---|
| orgin | REAL | |
| direction | REAL | |
| width | REAL | |
| height | REAL |
==== VectorScript ====
PROCEDURE Example;
BEGIN
OvalN(0, 0, 1, 0, 1, 1);
END;
RUN(Example);==== Python ====
Availability: from VectorWorks13.0
- Objects - 2D