OSArch Community

Classifications

  1. C

    How to add classifications other then default ?

    (Omniclass_OCCS.ifc , Uniclass2015_Jan2020.ifc)

  2. M
  3. C

    Seem to have seen some other, like Norwegian. Did I miss something?

    Do we have, and if so, how to add?

  4. R

    @CadGiru Dion @Moult will explain better

    When we install addons on Blender their unzipped content would be available through a specific direction on the computer, in the addons folder

    So, I guess classifications should be csv files or something like that that you can build and put them on their right place to see on the interface and work with

  5. M

    @CadGiru if you are searching for a classification that is not on that list, then you will need to create it yourself manually. This is a fairly boring task, but if you let me know which classification system it is, I can perhaps generate it for you.

  6. C

    @moult Not sure how important at this stage, but was initially thinking of Norwegian ns 3451

  7. R
  8. C

    @ReD_CoDE Remember seeing it somewhere, probably was here. thx...

  9. M
  10. C

    @Moult @ReD_CoDE If You could give me some guidelines on how to, hope fully I will find the time in space to proceed with it..

  11. M

    @CadGiru you download that NS3451.ifc file and place it in ADDON_DIR/blenderbim/bim/schema/classifications. This directory is where your BlenderBIM Add-on is installed. You then restart Blender and you can use the classification system. This add-ons directory is in a different location depending on your OS.

    If you downloaded Blender as a .zip file without running an installer, you will find the BlenderBIM plug-in installed in:

    /path/to/blender/2.81/scripts/addons/

    Otherwise, if you installed Blender using an installation package, the add-ons folder depends on which operating system you use. On Linux:

    ~/.config/blender/2.81/scripts/addons/

    On Mac:

    /Users/{YOUR_USER}/Library/Application Support/Blender/2.81/

    On Windows:

    C:\Users\{YOUR_USER}\AppData\Roaming\Blender Foundation\2.81\scripts\addons

    Note: the version number 2.81 will change depending on your Blender version.

  12. C

    @Moult Have downloaded, thx.

    See Norwegian characters 'æøåÆØÅ' seem to have some escape like codes...

    example

    æ -> \X2\00E6\X0

    Assume \X2\hex\X0 is the escape sequence ?

    these should be left as they are?.. Will try loading the file

  13. M

    @CadGiru yes, STEP requires certain escape characters. I think they should be left as they are.

  14. R
  15. C

    @ReD_CoDE a pleasant blast from the past, thx

  16. D

    @CadGiru said:

    @Moult Have downloaded, thx.

    See Norwegian characters 'æøåÆØÅ' seem to have some escape like codes...

    example

    æ -> \X2\00E6\X0

    Assume \X2\hex\X0 is the escape sequence ?

    these should be left as they are?.. Will try loading the file

    Could you maybe help me read these files and understand how they work? https://github.com/DuncanLithgow/IfcClassification/tree/master/ifc

  17. M

    @duncan those contain libraries of classification systems. You can load them from the Scene properties > IFC Classifications. Then, you can add the classification system to your project, and associate classification references to your elements.

  18. W

    @Moult Are there any rules on how to convert the xml classifications to ifc that @ReD_CoDE mentioned earlier?

  19. M
  20. C
  21. M

    It is applicable for IFC4 only, but the automatic migrate ability allows you to use it for IFC2X3 as well.

  22. C

    How would I add an NL-SfB classification file table in BlenderBIM?

  23. T

    try this?

  24. C

    @theoryshaw

    Thank you! that worked!

Login or Register to reply.