elementCount
The number of geometry elements in the geometry.
Declaration
var elementCount: Int { get }Discussion
Each SCNGeometryElement object describes how vertices from the geometry’s sources are combined into polygons to create the geometry’s shape. Visible geometries contain at least one element.
For geometries with multiple elements, you can use the materials property to attach different materials to each element.