kulkul @kulkul активность: 3 года, 10 месяцев назад АктивностьПрофильЗагрузкиДрузья 5Форумы Начатые темыОтветыВзаимодействиеИзбранноеKarma 47 Поиск ответов: Ответы в темах Просмотр 15 сообщений - с 1 по 15 (из 33 всего) 1 2 3 → Автор Сообщения 29.10.2015 в 22:13 #2494 Score: 3 kulkulУчастник Karma: 47 pts The Parameter which your trying to set is a “BuiltIn Parameter”. Use Archi-Lab “Set BuiltIn Parameter” node to set your values. I have revised your script, you will find it here https://yadi.sk/d/hmBIQLc9k7GEf 22.01.2016 в 13:10 #2944 Score: 3 kulkulУчастник Karma: 47 pts Hi tuuletin, ReadExcel references to the path of the 0.8 dynamo version. Once changed to 0.9 it works. 04.09.2015 в 10:59 #1591 Score: 3 kulkulУчастник Karma: 47 pts In 2016 There have been lot some changes in Revit API. 04.09.2015 в 11:04 #1593 Score: 3 kulkulУчастник Karma: 47 pts You can find the latest Revit 2016 API here https://yadi.sk/d/XArD-4xLiryW3 27.03.2018 в 14:05 #7749 Score: 2 kulkulУчастник Karma: 47 pts Hi Hairpin, Is this what your looking for? 13.09.2015 в 07:01 #1805 Score: 2 kulkulУчастник Karma: 47 pts I think its because get parameter value shows only Integer value. The Reason why its showing to 2 because the name is listed in 2 If you change the slanted type you see the difference. it will show 1 13.10.2015 в 12:56 #2351 Score: 2 kulkulУчастник Karma: 47 pts Are you looking for this. 03.09.2015 в 20:37 #1570 Score: 2 kulkulУчастник Karma: 47 pts Hi Anton, You can just connect View.DisableTemporaryHideIsolate :) 13.11.2015 в 19:46 #2546 Score: 2 kulkulУчастник Karma: 47 pts Thanks Hassan, It works: 03.09.2015 в 20:44 #1571 Score: 2 kulkulУчастник Karma: 47 pts And here is the code: import clr clr.AddReference('RevitAPI') from Autodesk.Revit.DB import * clr.AddReference("RevitServices") import RevitServices from RevitServices.Persistence import DocumentManager from RevitServices.Transactions import TransactionManager doc = DocumentManager.Instance.CurrentDBDocument view = UnwrapElement(IN[0]) TransactionManager.Instance.EnsureInTransaction(doc) if view.IsTemporaryHideIsolateActive() == True: view.DisableTemporaryViewMode(TemporaryViewMode.TemporaryHideIsolate) TransactionManager.Instance.TransactionTaskDone() OUT = view – Create a CODE quote (Dmitry) 11.10.2015 в 06:56 #2307 Score: 2 kulkulУчастник Karma: 47 pts Hi Alexandr, There are some custom nodes which can give you rooms from each level. See below graph. Good Luck! 12.10.2015 в 23:04 #2330 Score: 2 kulkulУчастник Karma: 47 pts HI Artem, Here is another method: 31.08.2015 в 19:11 #1414 Score: 1 kulkulУчастник Karma: 47 pts Hi Pasha, I am not sure if your looking for this. 13.10.2015 в 11:30 #2347 Score: 1 kulkulУчастник Karma: 47 pts Hi ent1g, Try this see if it helps. 02.09.2015 в 19:32 #1482 Score: 1 kulkulУчастник Karma: 47 pts Hi Eugene, You can find your answer here: Автор Сообщения Просмотр 15 сообщений - с 1 по 15 (из 33 всего) 1 2 3 →