Contents

elements

An array of geometry elements that describe the geometry’s shape.

Declaration

var elements: [SCNGeometryElement] { 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.

See Also

Managing Geometry Data