添加项目文件。
This commit is contained in:
11
RevitKits/MetroGauges/LandXMLData/LoftShapeModel.cs
Normal file
11
RevitKits/MetroGauges/LandXMLData/LoftShapeModel.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Xml.Serialization;
|
||||
|
||||
namespace ShrlAlgoToolkit.RevitAddins.RvIndependent.MetroGauges.LandXMLData
|
||||
{
|
||||
[XmlType("LoftShape")]
|
||||
public class LoftShapeModel : ShapeModel
|
||||
{
|
||||
[XmlAttribute("depth")]
|
||||
public double Depth;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user