using AECOsim Building Designer ,I want to add TF Linear Element to model reference ,is it possible programmatically ?
TFFormRecipeLinearList formList = Program.tfApp.CreateTFFormRecipeLinear();
TFFormRecipeLinear linearForm = formList.AsTFFormRecipeLinear;…