Add Room Names to Clashes & Start Analyzing Navisworks Reports with Dynamo & Excel

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 3

  • @Helmy000
    @Helmy000 3 года назад

    Hi Paul, I went through the video but had a couple of issues, I hope you would be able to help. At the project points you create a code block with all points named "new points" however if you have Orchid or other packages that utilise the same Point.Subtract node you get an error. So my question would be, do you use a DSCore. before the point.subtract or do you use the ootb node and connect it. Thanks

    • @Helmy000
      @Helmy000 3 года назад

      Another issue that I seem to have is this:
      "TypeError: len() of unsized object" which comes from the number of clashes in line 46 in the script "num_clashes = len(intersect_bools[0])"

    • @Helmy000
      @Helmy000 3 года назад +1

      I managed actually to resolve both, one was with the lacing and the other i just used the ootb node. However, Im still getting errors in the python script where the new_rooms that create a new list dont have a .copy method or at least thats the warning " AttributeError: 'list' object has no attribute 'copy'"