kulkul
-
kulkul ответил(а) на тему Выбор элементов различными способами в форуме Синтаксис и родные библиотеки Python 9 лет, 3 месяца назад
Hi Anton,
No problem i have Revit 2016. I will check for you and try to find solution for you but i need sometime.
-
kulkul voted up to a reply by Khasan Mamaev in the topic Будем знакомы 9 лет, 3 месяца назад
-
kulkul voted up to a reply by Khasan Mamaev in the topic Будем знакомы 9 лет, 3 месяца назад
-
kulkul voted up to a reply by Khasan Mamaev in the topic Будем знакомы 9 лет, 3 месяца назад
-
kulkul voted up to a reply by Khasan Mamaev in the topic Будем знакомы 9 лет, 3 месяца назад
-
kulkul voted up to the topic Будем знакомы by Khasan Mamaev 9 лет, 3 месяца назад
-
kulkul ответил(а) на тему DynamoBIM.ru один месяц! в форуме События 9 лет, 3 месяца назад
Well Done! Great Achievement all of them. Many more to come.
-
kulkul voted up to a reply by Legantmar in the topic DynamoBIM.ru один месяц! 9 лет, 3 месяца назад
-
kulkul voted up to a reply by Legantmar in the topic DynamoBIM.ru один месяц! 9 лет, 3 месяца назад
-
kulkul voted up to a reply by Legantmar in the topic DynamoBIM.ru один месяц! 9 лет, 3 месяца назад
-
kulkul voted up to a reply by Legantmar in the topic DynamoBIM.ru один месяц! 9 лет, 3 месяца назад
-
kulkul voted up to the topic DynamoBIM.ru один месяц! by Legantmar 9 лет, 3 месяца назад
-
kulkul ответил(а) на тему Выбор элементов различными способами в форуме Синтаксис и родные библиотеки Python 9 лет, 3 месяца назад
You need to get element ids first and then convert those ids to elements in Revit 2016. Hope it helps!
-
kulkul ответил(а) на тему Квартиры в Ревит 2016 в форуме Помогите с питон кодом 9 лет, 3 месяца назад
Hi Ent1g,
Its good to know its working. Can you send your final Revit 2016 .dyn file.
-
kulkul ответил(а) на тему Квартиры в Ревит 2016 в форуме Помогите с питон кодом 9 лет, 3 месяца назад
You can find the latest Revit 2016 API here https://yadi.sk/d/XArD-4xLiryW3
-
kulkul ответил(а) на тему Квартиры в Ревит 2016 в форуме Помогите с питон кодом 9 лет, 3 месяца назад
In 2016 There have been lot some changes in Revit API.
-
kulkul ответил(а) на тему Квартиры в Ревит 2016 в форуме Помогите с питон кодом 9 лет, 3 месяца назад
Revit 2015. Dynamo Version 0.8.3 Latest Build.
Can you tell me your Dynamo Version
-
kulkul ответил(а) на тему Квартиры в Ревит 2016 в форуме Помогите с питон кодом 9 лет, 3 месяца назад
Its Working fine. Below is the workflow.
Before
After
-
kulkul ответил(а) на тему Есть ли ноды для управления видимостью в активном виде ревит ? в форуме Ноды 9 лет, 3 месяца назад
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 TransactionManagerdoc = DocumentManager.Instance.CurrentDBDocument
view =…[Читать далее] -
kulkul ответил(а) на тему Есть ли ноды для управления видимостью в активном виде ревит ? в форуме Ноды 9 лет, 3 месяца назад
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 TransactionManagerdoc = DocumentManager.Instance.CurrentDBDocument
view =…[Читать далее] - Загрузить еще