Converts model to a List of Point3D.
Point3D
@override List<Point3D> toPoints() => figures.map((e) => e.toPoints()).flatten().toSet().toList();