How can I make an n-gon?

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 12/05/2011 at 07:59, xxxxxxxx wrote:

How can I make an n-gon programmatically from Python code? I know I can make tetragons by supplying a single CPolygon(0,1,2,3) as the only Polygon of a PolygonObject, but there doesn't seem to be a five- (or n -)argument constructor of CPolygon.

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 15/05/2011 at 12:57, xxxxxxxx wrote:

Python does not support N-Gons. (unfortuneately)