Files

12 lines
165 B
C#
Raw Permalink Normal View History

2024-01-08 09:30:50 +08:00
using System;
namespace KGdev.BI3D.Revit.ExporterV2
{
internal struct Edge
{
public int LargestIndex;
public int SmallestIndex;
}
}