Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.26 KB

README.md

File metadata and controls

27 lines (15 loc) · 1.26 KB

RevitTest.FamilyLoad.Tests

Revit 2021 Visual Studio 2022 License MIT

This project test how LoadFamily and LoadFamilySymbol works with IFamilyLoadOptions to overwrite the parameters using the ricaun.RevitTest Framework.

Tests

Looks like the IFamilyLoadOptions is not working as expected when the family is loaded for the second time.

This probably happens because the family file is the same, and the family is already loaded inside the document and Revit is not gonna reload the file because is the same family.

Even if you change some types parameter inside the document the family still the same and the IFamilyLoadOptions is not gonna be called.

Revit API Forum

License

This project is licensed under the MIT License.


Do you like this project? Please star this project on GitHub!