Programming API Reference: EduGraf.Geometries

Interface IGeometry

This 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 vertices

Method public List<Triangle> GetAllTriangles()

Returns all triangles with indices to vertices.