add_void#

EdbPolygon.add_void(point_list)[source]#

Add a void to current primitive.

Parameters:
point_listlist or pyedb.dotnet.edb_core.edb_data.primitives_data.EDBPrimitives or EDB Primitive Object. Point list in the format of [[x1,y1], [x2,y2],..,[xn,yn]].
Returns:
bool

True if successful, either False.