Files
ShrlAlgoToolkit/ShrlAlgo.RvKits/RvIndependent/MetroGauges/LandXMLData/LoftShapeModel.cs

12 lines
249 B
C#

using System.Xml.Serialization;
namespace ShrlAlgo.RvKits.RvIndependent.MetroGauges.LandXMLData
{
[XmlType("LoftShape")]
public class LoftShapeModel : ShapeModel
{
[XmlAttribute("depth")]
public double Depth;
}
}