Rendering vertices and edges in a mesh

I can render lines using MeshTopology.Lines and points using MeshTopology.Points. But how do I render both points and lines in a mesh? This would be to display something like a tree or graph

You’d need to use two meshes.

–Eric

Thank you. Was wondering if I could reduce number of meshes