Programming API Reference: EduGraf.GeometriesClass public NonIndexedGeometry: IGeometryRepresents a geometry by a completely unrolled list of consecutive triangle corner-positions in the Position property.Property public float[] Position { get; }: see interface propertyProperty public int Count { get; }: see interface propertyMethod public List<Triangle> GetAllTriangles()See interface method.