Graphisoft®

GX ModuleVersion: 16

Arc

Move the current position to the desired coordinates and draw a curve between the old and the new position.

void Arc (
        float  left,
        float  top,
        float  right,
        float  bottom,
        float  begAng,
        float  deltaAng
);

Parameters

left, top
The coordinates of the left top corner of the rectangle in which the arc would fit.
right, bottom
The coordinates of the right bottom corner of the rectangle in which the arc would fit.
begAng
Start angle.
deltaAng
End of angle.

Return Values

This function has no return value.

Remarks

The parameters may change soon.

Requirements

Version:
ArchiCAD 14
Header:
NativeContext.hpp
Import Library:
DGGraphix.lib
Module:
DGGraphix.dll [WIN], DGGraphix.framework [MAC]

See Also

NativeContext class