Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 601 Bytes

File metadata and controls

28 lines (23 loc) · 601 Bytes

vstDrawCoordArcN

PROCEDURE vstDrawCoordArcN(
				ptLeftTopX,ptLeftTopY : REAL;
				ptRghtBotX,ptRghtBotY : REAL;
				startAngle            : REAL;
				sweepAngle            : REAL);
def vs.vstDrawCoordArcN(ptLeftTopX, ptLeftTopY, ptRghtBotX, ptRghtBotY, startAngle, sweepAngle):
    return None

Parameters

Name Type Description
ptLeftTopX, ptLeftTopY REAL
ptRghtBotX, ptRghtBotY REAL
startAngle REAL
sweepAngle REAL

Version

Availability: from Vectorworks 2011

Category