Pinned Loading
- read and parse + update RevitINI fil...
read and parse + update RevitINI files from custom actions 1public static void ReadWriteRevitIniPaths() {2var iniLocations = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "Autodesk", "Revit");
3foreach (var dir in Directory.GetDirectories(iniLocations)) {4if (dir.Contains("Addins")) { continue; }5foreach (var file in Directory.GetFiles(dir)) { - retrive int[] of all grays code comb...
retrive int[] of all grays code combinations 1privateIEnumerable<int[]>getGrays(intn){
2//if n is > 24 memory fails3if(n<=0||n>24){returnnull;}
4varar=newList<string>{"0","1"};
5for(vari=2;i<1<<n;i=i<<1){
- panel-builder-app-revit
panel-builder-app-revit Public - panel-builder-app-web
panel-builder-app-web PublicTypeScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
Uh oh!
There was an error while loading. Please reload this page.


