Mesh.Vertices
Description:
Retrieves all vertices used to define this mesh. Intended for indexed access.
Retrieves all vertices used to define this mesh. Intended for indexed access.
public IList<XYZ> Vertices { get; }