Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 708 Bytes

File metadata and controls

35 lines (29 loc) · 708 Bytes

RRectangleN

Description

Creates a new rounded rectangle object with the specified bounds

PROCEDURE RRectangleN(
				orginX,orginY         : REAL;
				directionX,directionY : REAL;
				width                 : REAL;
				height                : REAL;
				xDiam                 : REAL;
				yDiam                 : REAL);
def vs.RRectangleN(orgin, direction, width, height, xDiam, yDiam):
    return None

Parameters

Name Type Description
orgin REAL
direction REAL
width REAL
height REAL
xDiam REAL
yDiam REAL

Version

Availability: from VectorWorks13.0

Category