RevitClassifierParameters: Добавлен плагин "Параметры ВОР АР" - #484
Open
DivinN wants to merge 24 commits into
Open
RevitClassifierParameters: Добавлен плагин "Параметры ВОР АР"#484DivinN wants to merge 24 commits into
DivinN wants to merge 24 commits into
Conversation
added 23 commits
July 31, 2026 14:54
dosymep
requested changes
Aug 17, 2026
Comment on lines
+14
to
+17
| private const string _chapterParameter = "ФОП_МТР_Наименование главы"; | ||
| private const string _workTitleParameter = "ФОП_МТР_Наименование работы"; | ||
| private const string _unitParameter = "ФОП_МТР_Единица измерения"; | ||
| private const string _calculationTypeParameter = "ФОП_МТР_Тип подсчета"; |
Member
There was a problem hiding this comment.
данные параметры нужно добавить в платформу
| private const string _unitParameter = "ФОП_МТР_Единица измерения"; | ||
| private const string _calculationTypeParameter = "ФОП_МТР_Тип подсчета"; | ||
|
|
||
| private const string _calculationTypeError = "Ошибка"; |
| /// <summary> | ||
| /// Стандартное наименование параметра стен на экземпляре, куда нужно заполнить тип фасада. | ||
| /// </summary> | ||
| private string _facadeTypeParamName = "ФОП_Группирование"; |
Member
There was a problem hiding this comment.
данный параметр нужно перенести в платформу
Comment on lines
+57
to
+59
| _excelFacadeTypePath = | ||
| @"W:\Проектный институт\Отд.стандарт.BIM и RD\BIM-Ресурсы\5-Надстройки\Bim4Everyone\A101\" | ||
| + $@"{_revitRepository.Application.VersionNumber}\RevitClassifierParameters\Правила заполнения типа фасада.xlsx"; |
Member
There was a problem hiding this comment.
данный путь надо перенести в системные настройки плагина
Comment on lines
+40
to
+41
| private const string _excelClassifierDirectoryPath = | ||
| @"W:\Проектный институт\Проектные Группы\Типовые ТЗ\BIM-стандарт A101"; |
Member
There was a problem hiding this comment.
путь надо перенести в системные настройки плагина
| /// Инициализирует команду плагина. | ||
| /// </summary> | ||
| public RevitArParameterClassifierCommand() { | ||
| PluginName = "RevitClassifierParameters"; |
| <LangVersion>12</LangVersion> | ||
| </PropertyGroup> | ||
| <ItemGroup> | ||
| <PackageReference Include="Microsoft.Office.Interop.Excel" Version="15.0.4795.1001" /> |
Member
There was a problem hiding this comment.
использовать нужно библиотеку ClosedXML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Разработан плагин по заполнению параметров материалов на основе данных из Классификатора видов работ.
Светлая (RUS)
Темная (ENU)