findAll2d

open fun findAll2d(label: String): List<Shape2d>

Returns all sub-parts with a given label. See Shape2d.label. If you are sure that the label is unique, consider using find instead.