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