Programming API Reference: EduGraf.GeometriesInterface IGeometryThis is the base interface for all geometries.Property public float[] Position { get; }: unrolled vertex positions (x, y, z)Property public int Count { get; }: of the verticesMethod public List<Triangle> GetAllTriangles()Returns all triangles with indices to vertices.