BasePrintOrganizer.printpoints_indices_iterator
- BasePrintOrganizer.printpoints_indices_iterator()[source]
Iterate over the printpoints of the print organizer.
- Yields:
printpoint (:class: ‘compas_slicer.geometry.Printpoint’)
i (int, layer index. To get the layer key use: layer_key = ‘layer_%d’ % i)
j (int, path index. To get the path key use: path_key = ‘path_%d’ % j)
k (int, printpoint index)