Separate Wall Layers in Revit with Revit API + Python (Complete Tool)

Поділитися
Вставка
  • Опубліковано 10 лют 2025

КОМЕНТАРІ • 5

  • @jmarkxx
    @jmarkxx 14 днів тому

    Joven here. The best use case for me is when I need to have a provision for a wall finish for an Interior Designer. I or they don't have to model separate walls; I can just create the architectural wall with the required thickness and then split it using this method. If, for any reason, I need to delete a wall that has important parameters, I'll just create a separate script to copy those parameter values and paste them into the newly created wall.

  • @usmanhaider5556
    @usmanhaider5556 11 днів тому

    Hi, I installed EF tools, but cant find this specific tool.

  • @camielsmits7946
    @camielsmits7946 14 днів тому +1

    If I open your PyRevit template it looks like it doenst read the from autodesk.Revit.DB import * and the impor clr.
    how is this possible?

    • @ErikFrits
      @ErikFrits  14 днів тому +1

      Where do you get my template from?
      Is it possible that it's just folded in pyCharm? The imports can be folded so they are not distracting, but they are still there. Check the line count if you can see something like
      6
      7
      17
      18
      ...

    • @camielsmits7946
      @camielsmits7946 14 днів тому

      @@ErikFrits Opened it from the EF-pyRevti StartersKit, it was indeed folded in pyCharm.