insert_polyline#
- Region.insert_polyline(index, polyline)#
Insert polyline at given index, polyline can be made up of line/arc entities.
- Parameters:
- index
int
Index of which to insert at
- polyline
EntityList
list of Line or list of Arc
- index
Insert polyline at given index, polyline can be made up of line/arc entities.
int
Index of which to insert at
EntityList
list of Line or list of Arc