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; } }