Files
ShrlAlgoToolkit/ShrlAlgo.Addin.Test/InsertInfo.cs

12 lines
245 B
C#

using Autodesk.Revit.DB;
namespace ShrlAlgo.Addin.Test;
public class InsertInfo
{
public string Name { get; set; }
public XYZ InsertPoint { get; set; }
public double Radian { get; set; }
public double Length { get; set; }
}