Skip to content

General Discussion

Let's talk Solibri!

1.2k Topics 5.2k Posts
  • Integration Autodesk Forma authentication error "AUTH-001"

    1
    0 Votes
    1 Posts
    137 Views
    No one has replied
  • New ruleset does not appear to Checking view

    4
    0 Votes
    4 Posts
    292 Views
    soininvaaraS

    Ah great. After running the rules also the original versions appearedNäyttökuva 2026-07-13 144832.png
    That was not the case in my first try in UK user interface.

  • How to remove a decimal when using a formula?

    Solved
    3
    0 Votes
    3 Posts
    267 Views
    RicardoR

    @jakub-rusin That works great, thanks!

  • Returning error 'EXE4J_JAVA_HOME'.

    1
    1 Votes
    1 Posts
    157 Views
    No one has replied
  • Migrating from Office to Advanced license

    8
    0 Votes
    8 Posts
    801 Views
    JSNJ

    I’m not a business strategist, so I won’t pretend to know the internal math here. But the answer to most questions here and the logic behind it seems simple: You do this because you (think you) can.

    As @_c_ points out, the ball is now in the customers’ side - whether this ages well or turns into another Nokia success story is something we’ll only know in hindsight. I would say stategic moves like this only work “well” when customers have nowhere else to go or a very strong believers. Imho that’s a bold bet to make on a product that’s far from perfect, built on years of user feedback that consistently lost out to marketing priorities. Suddenly shipping long-requested features at this point now, right as the upgrade decision looms, doesn’t read as customer care but as a carrot timed to close sales.

    I would say the people you’re testing this on are the worst possible audience. The openBIM folkes here are the ones who’ve spent years preaching open data, interoperability and low barriers to entry. These people, as I got to know them, might rather be the ones looking for alternatives instead of accepting there aren’t any …

    Speaking about our situation, we’ve spent lots of time building standards, training engineers, working on templates, and developing API based extensions to make Solibri work for our actual project workflows. Hearing rumors now that we might have to pay to run our own extensions stings. But maybe it’s the wake-up call needed for our internal decision makers to finally justify why building in-house pays off and beats buying in and getting locked out. I really hope it’s not, simply out of respect for the long-standing users and their energy, nerves and time they’ve invested in this ecosystem. If that’s the case though, then thank you for making that argument for us!

    Here’s the thing though: If someone walks into my house and starts talking in a way I don’t like, I think hard about how much longer they’re welcome. If it’s an old friend, a long-term partner, I am probably well advised to listen instead what might be the reason for it … However I think there’s little to be gained from discussing this any further in this place. The real conversation has to happen elsewhere where progress is made.

    Just to be clear, this isn’t (only) about the price tag and why I think people are upset. It’s also about the stakeholders who use exactly these kinds of headlines to lobby against BIM in general … “expensive”, “unpredictable”, “vendor games” … We’ve been fighting that perception for years, and moves like this hand ammunition to their side. And honestly, it’s also about feeling played, because the communication around this has been way off from the start.

    We have zero problem paying good money for good products. But we’ve stuck around for years despite plenty of things that weren’t okay - not because we were trapped, naive or there was no other choice, but it felt like it’s (slowly) heading in the right direction. That perception has changed.

  • Solibri 26.6.0 New Presentation fails

    7
    0 Votes
    7 Posts
    492 Views
    tonigyllenbergT

    This is now resolved in 26.6.0 Hotfix:

    https://society.solibri.com/topic/3616/solibri-26-6-0-hotfix-has-been-released

  • Licensing issues

    52
    0 Votes
    52 Posts
    6k Views
    tonigyllenbergT

    26.6.0, 25.12.1 and 26.4.1 are now available as a resolution for this issue.

    https://society.solibri.com/post/14812

  • 0 Votes
    1 Posts
    149 Views
    No one has replied
  • Autorun autocomment accepted results

    Solved
    10
    1 Votes
    10 Posts
    2k Views
    tonigyllenbergT

    @twosk said in Autorun autocomment accepted results:

    @Matti do i need advance license or is it available in solibri office? is it out the beta?

    This is available in Office as well, and has been released publicly in 26.6.0.

  • Visualization displays differently after re-opening smc

    Unsolved
    4
    0 Votes
    4 Posts
    367 Views
    MattiM

    @HieuVH-FPT said in Visualization displays differently after re-opening smc:

    Due to specific client requirements, I had to customize the dimensions. Therefore, the “dimension” in the code is actually created using visualization.Lines.create() instead of VisualizationItem.createDimension()

    With following code you can set your custom VisualizationItem as dimension:

    private enum MeasurementType { DIMENSION, VERTICAL_DIMENSION, HORIZONTAL_DIMENSION, COMBINED_LENGTH, POLY_LINE, ANGLE, FACE_AREA, POLY_AREA, VOLUME, POINT, POINT_X, POINT_Y, POINT_Z, CIRCULAR_ARC, OTHER; } private static final String DELIMITER = "#"; private static String createKey(MeasurementType type) { return "Dimension-" +type + DELIMITER + System.currentTimeMillis() + DELIMITER + UUID.randomUUID(); } VisualizationItem vi = .. vi = vi.withUserData(createKey(MeasurementType.DIMENSION));
  • Autodesk Forma project setup tips

    1
    3 Votes
    1 Posts
    242 Views
    No one has replied
  • Models real slow, freezes and shutting down

    13
    1 Votes
    13 Posts
    909 Views
    BvanDalsumB

    @tonigyllenberg

    It’s not just the sectioning.
    Browsing through issues in a report (and thus loading the images) takes a long time, especially when an image contains a sectioning.

    If you turn off the grids in a sectioning and try to move it, the grids will be back on after the immage rebuild. and that takes a really long time.

    I hope all of this has been fixed in version 26.6.
    In the beta, the issues are still present.

  • Solibri container Floor vs. BuildingStorey

    4
    1 Votes
    4 Posts
    556 Views
    C

    There are indeed 2 buildings in the same IFC model, but they share the same floor levels. They forgot to add the building name to a few elements. I will check it again when they changed it in the new export. But in other projects I have one building and there we have the same problem.

  • How to connect to a local CDE using the OpenCDE Documents API

    9
    0 Votes
    9 Posts
    2k Views
    tonigyllenbergT

    @brunoperdigao said in How to connect to a local CDE using the OpenCDE Documents API:

    Hi, this functionality was released (https://www.solibri.com/articles/solibri-25-12-0-release-notes#:~:text=Support for Custom%2C Private CDEs and BCF connections%3A) but I can’t find any information on how to create the configuration file. Does anyone know where I can find this? I already tried the e-mail pointed as support, but didn’t get any reply.

    Hello!

    Solibri handles the creation of the configuration files for custom, private connections and provides those to you. The email to use for that is [email protected], I checked now but didn’t see anything in the inbox from your Society linked email.

    In short, our local/private connections support bSI standards (Foundation, OpenCDE and BCF), so as long as the private connection is built following those standards, we can support that in Solibri.

    For all new connections (private and public), we first test in BETA before going live in production. Overall for a private connection this doesn’t really matter to us, but we follow the same procedure anyway and allow you to test in beta. Anyone who will be testing on your end needs to be enrolled in beta, for which we grant beta licenses during the development stage.

    Instructions for joining BETA are here:

    https://society.solibri.com/topic/2907/we-are-moving-join-our-new-solibri-beta-group?_=1745590197148

    In order to add a server (public or private), we need the following information about the server:

    Name: MyProjectServer URL: https://api.myproject.com Client ID: 12345-client-id-sample Client Secret: abcde12345secretkey Scopes: read, write, manage Flavor: bcf1.0 or bcf2.0

    Once you provide these, we’ll send over a config file to be loaded in Solibri, and you can then select the private connection and begin testing.

    If you have any questions please feel free to ask!

    Kind regards,

    Toni

  • Point Cloud - Model Check

    7
    0 Votes
    7 Posts
    1k Views
    tonigyllenbergT

    Point cloud support (e57, las and laz) as well as point cloud checks are now available for beta testing in Solibri!

    https://society.solibri.com/topic/3591/solibri-26-6-0-is-available-for-beta-testing?_=1781154260520

  • Bug? Colors of components are not shown correctly with IFC 4.0

    3
    0 Votes
    3 Posts
    411 Views
    RicardoR

    @Matti Nice, that is good to hear!

  • 0 Votes
    3 Posts
    524 Views
    RicardoR

    Hi Toni,
    Thank you for the information, I understand why you have made that choice.
    I will look into it further with our IT colleague

  • 0 Votes
    2 Posts
    305 Views
    tonigyllenbergT

    Hello @Rêzan !

    In the new Solibri Platform offering:

    Customizations built with the Solibri Developer platform, such as custom rules, can be loaded and used in Advanced and Premium tiers. Public, Partner, as well as Company Extensions can be loaded and used with Advanced and Premium tiers. Company Extensions can be created with the Premium tier license.

    Kind regards,

    Toni

  • After logging out, the licence is not released.

    2
    0 Votes
    2 Posts
    354 Views
    MattiM

    Thanks for reporting, we are investigating this.

  • MacOS 26.2 /Mac mini M4 - exporting PDF reports causes Solibri to freeze

    5
    0 Votes
    5 Posts
    675 Views
    eh_noregerE

    @Mario Hi Mario. Thanks for the tip! I tried it but unfortunately it didn´t work on my machine. Strange thing is that after changing the character set to Windows-1252 and saving the file, it reverts back to “Identity-H”. Anyway, I´ll send .smc and log files to support and see what they figure out.

Copyright © 2025 Solibri Inc. | Powered by NodeBB