Mastering Revit Assembly Codes!

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

КОМЕНТАРІ • 38

  • @thumDerr
    @thumDerr 3 роки тому +1

    The tab at the end of each line is there for a reason, the last portion should be a Category Id which is used for filtering the codes in the UI, but usually it is omitted.

  • @carmineaucello3246
    @carmineaucello3246 2 роки тому +1

    Many thanks. Very useful! I've managed to create my own MasterFormat .txt! SUPER

  • @craighanus
    @craighanus 3 роки тому

    Nice video ABG. In the US we can utilize Master Format for a single element and Uniformat for Assemblies of elements. So Uniformat can have the full wall assembly, but it’s made of different material, all specified by the Master Format 00 00 00 system.
    One unified system would be awesome.

    • @AussieBIMGuru
      @AussieBIMGuru  3 роки тому

      Yes I heard the US is using a combined approach, I think Uniclass might be able to capture this due to the Pr/Ss systems allowing sub-classification although I expect its adoption will be quite slow and gradual.

    • @sandenser
      @sandenser 3 роки тому

      Omniclass is the combined approach. Similar to Uniclass 2015 it is a collection of tables each serving a purpose. Table 21 = Uniformat and Table 23 = MasterFormat. www.csiresources.org/standards/omniclass/standards-omniclass-about

  • @rocketman1058
    @rocketman1058 5 місяців тому +1

    very useful, thanks

  • @SullenBottomFish
    @SullenBottomFish 4 місяці тому

    Please! How to find CSI assambly codes ????

    • @AussieBIMGuru
      @AussieBIMGuru  4 місяці тому

      If they havent shipped with revit it may be worth contacting csi direct to see if they can supply the source file.

  • @prashantkarnik9302
    @prashantkarnik9302 3 місяці тому +1

    Very helpful

  • @Turamiar
    @Turamiar 11 місяців тому

    We use our cost manager's unique coding system, distinct from the standards. These custom codes are input into assembly parameters, while we also utilize Uniclass 2015 codes integrated within family names. Do you think this approach is appropriate, and what recommendations would you have? Thank you for your guidance.

    • @AussieBIMGuru
      @AussieBIMGuru  11 місяців тому +1

      Yes that would be a good use for assembly codes. The only challenge is if the company providing models to QS uses a different system typically, such as Unicode or Uniformat/Masterformat.
      Personally I keep an equivalency table in Excel with the many formats I use aligned (so if I switch from Uniclass to Uniformat, I have a matching row containing both that I can use scripts to switch over).

  • @qingyangpan78
    @qingyangpan78 9 місяців тому +1

    Hey Gavin, thanks for your amazing video.
    Quick question about how can we designate Revit categories to the codes that we create?
    Thanks again, take care!

    • @AussieBIMGuru
      @AussieBIMGuru  9 місяців тому +1

      To achieve this you need to add a tab and the inbuilt Id of the category you wish to assign to the classification. These can be most easily found using Revit Lookup addin and/or Dynamo/Revit API and will usually be a negative number (e.g. -2000035).

    • @qingyangpan78
      @qingyangpan78 9 місяців тому +1

      @@AussieBIMGuru it worked ! You da man!!

  • @mehdiemamverdi7224
    @mehdiemamverdi7224 3 роки тому +1

    thanks a lot. you are the best👍

  • @jmsperes
    @jmsperes Рік тому

    Hi and thank you for the great video. Are you aware if anyone has done an assembly code file for the NBS CAWS classification system?

    • @AussieBIMGuru
      @AussieBIMGuru  Рік тому +1

      Not personally, but maybe contact Graham Stewart from digital guerilla might know though as he is quite close to the UK standards.

  • @67Keldar
    @67Keldar 3 роки тому +1

    Awesome... thanks

  • @Mr-Setti
    @Mr-Setti Рік тому

    Thank you for the video!
    @AussieBIMGuru, in Revit is it possible to assign different code number for each wall element (bricks, insulators, gypsum...) to allow to distinguish them in the takeoff sheets?

    • @AussieBIMGuru
      @AussieBIMGuru  Рік тому

      Currently only possible using parts and material takeoff unless you model the layers separately unfortunately

    • @Mr-Setti
      @Mr-Setti Рік тому

      @@AussieBIMGuru What about using the shared parameters?

    • @AussieBIMGuru
      @AussieBIMGuru  Рік тому

      You can add extra data to a wall, sure. But Revit wont know what to do with it unless you develop a workflow to leverage them. For example you could tell a wall it has 1 layer of brick, but to do a full takeoff would likely need dynamo and an understanding of how base properties relate to each piece your parameters infer.

    • @Mr-Setti
      @Mr-Setti Рік тому

      @@AussieBIMGuru Thanks for the quick response! So can we consider this as a Revit limitation or as an intended feature?

    • @AussieBIMGuru
      @AussieBIMGuru  Рік тому

      @@Mr-Setti limitation with possible workarounds.

  • @ibrahimantonios
    @ibrahimantonios 3 роки тому +1

    Hi there down under , what do you recommend for specs software with revit ? thanks in advance

    • @AussieBIMGuru
      @AussieBIMGuru  3 роки тому

      It's hard to set a suitable benchmark, but I usually suggest ideally at least;
      32gb RAM
      I7 processor, 3.7ghz+
      Quadro, 1080 or rtx series graphics
      Quadro series is ending soon so I'd suggest looking into rtx 2080 or 3080.

    • @ibrahimantonios
      @ibrahimantonios 3 роки тому

      I’m sorry I wasn’t clear enough my question was for writing project specs and not computer specs

    • @AussieBIMGuru
      @AussieBIMGuru  3 роки тому +2

      @@ibrahimantonios ah, I haven't actually seen many good solutions currently - the spec is typically fairly divorced from models in Australia still. The best solution I saw was by NBS probably;
      www.thenbs.com.au/nbs-chorus

  • @vasiliibogdan1291
    @vasiliibogdan1291 Рік тому

    Hello, how to export Assembly Codes?

    • @AussieBIMGuru
      @AussieBIMGuru  Рік тому +1

      Revit API can do this, but Revit can't do it as it comes naturally without programming:
      forums.autodesk.com/t5/revit-api-forum/how-to-get-all-assembly-codes-and-descriptions/td-p/8911576