kulkul

Ответы в темах

Просмотр 15 сообщений - с 1 по 15 (из 33 всего)
  • Автор
    Сообщения
  • #2494 Score: 3
    kulkul
    Участник
    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

     

    #2944 Score: 3
    kulkul
    Участник
    47 pts

    Hi tuuletin,

    ReadExcel references to the path of the 0.8 dynamo version. Once changed to 0.9 it works.

    #1591 Score: 3
    kulkul
    Участник
    47 pts

    In 2016 There have been lot some changes in Revit API.

    #1593 Score: 3
    kulkul
    Участник
    47 pts

    You can find the latest Revit 2016 API here https://yadi.sk/d/XArD-4xLiryW3

    #7749 Score: 2
    kulkul
    Участник
    47 pts

    Hi Hairpin,

    Is this what your looking for?

    #1805 Score: 2
    kulkul
    Участник
    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

     

     

    #2351 Score: 2
    kulkul
    Участник
    47 pts

    Are you looking for this.

    #1570 Score: 2
    kulkul
    Участник
    47 pts

    Hi Anton,

    You can just connect View.DisableTemporaryHideIsolate :)

    #2546 Score: 2
    kulkul
    Участник
    47 pts

    Thanks Hassan, It works:

    #1571 Score: 2
    kulkul
    Участник
    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)

    #2307 Score: 2
    kulkul
    Участник
    47 pts

    Hi Alexandr,

    There are some custom nodes which can give you rooms from each level. See below graph. Good Luck!

    #2330 Score: 2
    kulkul
    Участник
    47 pts

    HI Artem,

    Here is another method:

    #1804 Score: 1
    kulkul
    Участник
    47 pts

    Hi konstantin,

    Your connecting more than one link that is the reason your getting error. Try connecting Getitematindex node in your case is 2 and connect only link to linkdoc. Other see above use steam nodes Element.GetFromlinkedfile node.Good luck!

    #2333 Score: 1
    kulkul
    Участник
    47 pts

    #1414 Score: 1
    kulkul
    Участник
    47 pts

    Hi Pasha,

    I am not sure if your looking for this.

Просмотр 15 сообщений - с 1 по 15 (из 33 всего)