List<VMobject> getVectorizedFamily() { return [ for (var mob in getFamily()) if (mob is VMobject) mob ]; }