Programming API Reference: EduGraf.Geometries

Class public NonIndexedGeometry

: IGeometry
Represents a geometry by a completely unrolled list of consecutive triangle corner-positions in the Position property.
Property public float[Position { get; }: see interface property
Property public int Count { get; }: see interface property

Method public List<Triangle> GetAllTriangles()

See interface method.