findAll

open fun findAll(label: String): List<Shape3d>

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