points2_from_array2
- compas_occ.conversions.points2_from_array2(array)
Construct a list of lists of points from two-dimensional point array.
- Parameters
array (TColgp_Array2OfPnt)
- Returns
list[list[
Point
]]
Construct a list of lists of points from two-dimensional point array.
array (TColgp_Array2OfPnt)
list[list[Point
]]