添加项目文件。
This commit is contained in:
11
KGdev.BI3D.Revit.ExporterV2/Edge.cs
Normal file
11
KGdev.BI3D.Revit.ExporterV2/Edge.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace KGdev.BI3D.Revit.ExporterV2
|
||||
{
|
||||
internal struct Edge
|
||||
{
|
||||
public int LargestIndex;
|
||||
|
||||
public int SmallestIndex;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user