List2list#

static GeometryOperators.List2list(input_list)[source]#

Convert a C# list object to a Python list.

This function performs a deep conversion.

Parameters:
input_listList

C# list to convert to a Python list.

Returns:
List

Converted Python list.