GRAPHISOFT®

Python APIVersion: 0.23 Beta

ClickPoly

Performs polygon input.

def ClickPoly () -> APIObject

 

Parameters

 

Return Values

This function returns the polygon input in an APIObject which has coords and arcs members.

The coords member contains the list of the coordinates and the arc informations placed into the arcs member.

 

Remarks

This function is analogous to the APIIo_GetPolyID function of the C++ API.

 

Requirements

Version: Python API 0.1 or Later
Module: GS

 

See Also

ClickElement, ClickPoint

All functions