Anastasia
-
kulkul voted up to a reply by Khasan Mamaev in the topic Будем знакомы 9 лет, 2 месяца назад
-
kulkul voted up to a reply by Khasan Mamaev in the topic Будем знакомы 9 лет, 2 месяца назад
-
kulkul voted up to a reply by Khasan Mamaev in the topic Будем знакомы 9 лет, 2 месяца назад
-
kulkul voted up to the topic Будем знакомы by Khasan Mamaev 9 лет, 2 месяца назад
-
kulkul ответил(а) на тему DynamoBIM.ru один месяц! в форуме События 9 лет, 2 месяца назад
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 лет, 2 месяца назад
-
kulkul voted up to a reply by Legantmar in the topic DynamoBIM.ru один месяц! 9 лет, 2 месяца назад
-
kulkul voted up to a reply by Legantmar in the topic DynamoBIM.ru один месяц! 9 лет, 2 месяца назад
-
kulkul voted up to a reply by Legantmar in the topic DynamoBIM.ru один месяц! 9 лет, 2 месяца назад
-
kulkul voted up to the topic DynamoBIM.ru один месяц! by Legantmar 9 лет, 2 месяца назад
-
kulkul ответил(а) на тему Выбор элементов различными способами в форуме Синтаксис и родные библиотеки Python 9 лет, 2 месяца назад
You need to get element ids first and then convert those ids to elements in Revit 2016. Hope it helps!
-
kulkul ответил(а) на тему Квартиры в Ревит 2016 в форуме Помогите с питон кодом 9 лет, 2 месяца назад
Hi Ent1g,
Its good to know its working. Can you send your final Revit 2016 .dyn file.
-
kulkul ответил(а) на тему Квартиры в Ревит 2016 в форуме Помогите с питон кодом 9 лет, 2 месяца назад
You can find the latest Revit 2016 API here https://yadi.sk/d/XArD-4xLiryW3
-
kulkul ответил(а) на тему Квартиры в Ревит 2016 в форуме Помогите с питон кодом 9 лет, 2 месяца назад
In 2016 There have been lot some changes in Revit API.
-
kulkul ответил(а) на тему Квартиры в Ревит 2016 в форуме Помогите с питон кодом 9 лет, 2 месяца назад
Revit 2015. Dynamo Version 0.8.3 Latest Build.
Can you tell me your Dynamo Version
-
kulkul ответил(а) на тему Квартиры в Ревит 2016 в форуме Помогите с питон кодом 9 лет, 2 месяца назад
Its Working fine. Below is the workflow.
Before
After
-
kulkul ответил(а) на тему Есть ли ноды для управления видимостью в активном виде ревит ? в форуме Ноды 9 лет, 2 месяца назад
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 лет, 2 месяца назад
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 лет, 2 месяца назад
Hi Anton,
You can just connect View.DisableTemporaryHideIsolate :)
-
kulkul ответил(а) на тему Квартиры в Ревит 2016 в форуме Помогите с питон кодом 9 лет, 2 месяца назад
Hi ent1g,
According to you Warning: IronPythonEvaluator.EvaluateIronPythonScript operation failed. Traceback (most recent call last): File «», line 22, in TypeError: expected BuiltInParameter,
It seems that Python is expecting a Parameter. It would be better if you can post your .rvt file & .dyn file.
- Загрузить еще