添加项目文件。
This commit is contained in:
10
RevitKits/MetroGauges/LandXMLData/VolumeUnit.cs
Normal file
10
RevitKits/MetroGauges/LandXMLData/VolumeUnit.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace ShrlAlgoToolkit.RevitAddins.RvIndependent.MetroGauges.LandXMLData
|
||||
{
|
||||
public enum VolumeUnit
|
||||
{
|
||||
cubicMeter,
|
||||
cubicInch,
|
||||
cubicFoot,
|
||||
cubicYard
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user