Skip to content

General Discussion

Let's talk Solibri!

1.1k Topics 4.6k Posts
  • How to connect to a local CDE using the OpenCDE Documents API

    4
    0 Votes
    4 Posts
    196 Views
    MattiM

    Currently It is not possible to configure your own local BCF server.
    The developers have used our beta environment for testing.
    This method is not suitable for on-premises servers.

  • Viewport suddenly changes snapshot

    3
    0 Votes
    3 Posts
    197 Views
    A

    In build 25.3.1.59 the problem still exists.

  • Export all PropertySets with all Properties

    6
    0 Votes
    6 Posts
    507 Views
    john.lippJ

    Hi @elia

    Here is a JavaScripted ITO that exports all properties of each IFC class, with each property separated by a semicolon.
    All Properties.ito

    Note that JavaScripted ITOs in Solibri have certain limitations, such as the lack of support for enhanced for-each loops and stream operations. As a result, this script relies on iterators and while loops.

    However, if you’re developing your own Solibri API extensions using Java, these limitations do not apply. This example can serve as a useful reference for accessing PropertySets and their associated Properties from Components.

    importClass(java.util.HashSet); importClass(java.lang.StringBuilder); function getValue(row, components) { var componentIterator = components.iterator(); var psetSet = new HashSet(); while (componentIterator.hasNext()) { var component = componentIterator.next(); var propertySets = component.getPropertySets(); var propertySetIterator = propertySets.iterator(); while (propertySetIterator.hasNext()) { var propertySet = propertySetIterator.next(); var propertySetName = propertySet.getName(); var properties = propertySet.getProperties(); var propertyIterator = properties.iterator(); while (propertyIterator.hasNext()) { var property = propertyIterator.next(); var propertyName = property.getName(); psetSet.add(propertySetName + "." + propertyName); } } } var result = new StringBuilder(); var psetIterator = psetSet.iterator(); while (psetIterator.hasNext()) { result.append(psetIterator.next()).append(";"); } return result.toString().trim(); }
  • Model update does not preserve checking decisions

    2
    0 Votes
    2 Posts
    152 Views
    Alex.JA

    We also have encountered similar symptoms in more recent versions of Solibri, although we couldn’t track down why.

    I first thought my memory was bad, then that it was for specific rules where the issue slide had been created

    either on a folder level where a new issue hat appeared (in the same result folder) either on an issue level where additional components had appeared - e.g. minimal height of objects in a room: the results are per room (as the outside component), if one more fixture appears it might trouble the decision history, at least on issue-level.

    I think there is a bigger need for optimization for preserving decisions…

  • COBie Spaces - Not reading from ITO

    1
    0 Votes
    1 Posts
    75 Views
    No one has replied
  • Results custom Hierarchy sorting error

    6
    0 Votes
    6 Posts
    369 Views
    MattKnowlesWDCM

    i Have this issue quite a lot. We like to set our Hierarchy by short name but we constantly get other items included. If we could lock it to the main parent check this would be great

  • Checking clearance between parallely running services

    2
    0 Votes
    2 Posts
    93 Views
    bariscanpolatB

    No solution as I know
    https://society.solibri.com/topic/2376/parallel-distance-between-elements-rule-221-should-be-generalized/3?_=1746516542740

  • Coordinate stamp visibility in Solibri 24.9

    5
    0 Votes
    5 Posts
    295 Views
    J

    Stamp2.jpg
    The stamp should snap to the surface of the cut. Not behind it. Now it’s hidden.

  • Measurement view in Site / Anywhere

    3
    1 Votes
    3 Posts
    153 Views
    B

    @BvanDalsum It’s true that the new measurement options are only available in Solibri Office.

    However, it’s still possible to deliberately measure a length from a free point, a plane / edge / fixed point, or parallel to the axis in Solibri Anywhere. This is no longer done through a pop up menu but by holding a keyboard key while snapping to points in the 3D View.

    The method is the same in all Solibri Products (Office, Site and Anywhere):

    Hold ‘Shift’ to measure horizontally (along the XY plane) or vertically (along the Z axis) Hold ‘Alt’ to measure to a free point Hold ‘Ctrl’ to snap to a component

    Pay close attention to the shape of the cursor, and the line that appears after the first click, to understand what distance will be measured.

    An overview of all key combinations can be found in the help article of the Measurement Tool:

    https://help.solibri.com/hc/en-us/articles/30962601006871-The-Measurement-Tool

  • rulesets

    6
    0 Votes
    6 Posts
    202 Views
    MattiM

    There is also possibility have gatekeeper rule for each model

    Model A Gatekeeper Rules Model B Gatekeeper Rules

    This way the results are grouped by the model in the results and in the result summary report.

    more info: https://help.solibri.com/hc/en-us/articles/4415773412247-Using-Gatekeeper-Rules-to-Filter-Components-into-Sub-Rules

  • ifcSite elements are always on

    6
    1 Votes
    6 Posts
    533 Views
    MattiM

    Sorry, this is not yet fixed

  • Cant select points in PDF

    Unsolved
    6
    0 Votes
    6 Posts
    455 Views
    S

    Hi! We noticed that there could sometimes be fills in the PDF. They are blocking lines below the fills.

  • Why is Solibri picky about IfcAnnotations?

    4
    0 Votes
    4 Posts
    341 Views
    MarioM

    @tonigyllenberg Hello Toni

    That sounds great, thanks for keeping us up to date 👍

  • Information takeoff - multiply 2 values, equations

    Solved
    54
    5 Votes
    54 Posts
    5k Views
    MattiM

    Solibri 25.3.0 introduces Solibri Formulas
    One of the most requested features is now available for ITO (Information Takeoff) and Classifications—formulas! Office users can now leverage powerful functions to enhance their workflows.

    https://society.solibri.com/topic/3268/solibri-25-3-0-has-been-released

  • viewer does not show any model

    4
    0 Votes
    4 Posts
    178 Views
    MattiM

    Please contact Solibri support: [email protected]
    They will check your license status.

  • Modyfying rules & rulesets

    Solved
    7
    0 Votes
    7 Posts
    511 Views
    P

    @jakub-rusin This works perfectly, thank you!

  • Autorun autocomment accepted results

    7
    1 Votes
    7 Posts
    520 Views
    S

    Any updates to this? We too are trying to generate BCF reports, but need to filter out the “accepted” issues.

  • Access denied tips and tricks?

    2
    0 Votes
    2 Posts
    120 Views
    tonigyllenbergT

    Hello! Nice catch on that one, the link seems to refer to a draft version. Here is the actual post:

    https://society.solibri.com/topic/3269/measurement-tool-tips-and-tricks?_=1744876675203

    I’ll make sure article gets fixed.

    Kind regards,

    Toni

  • How do I compare props in the sam element?

    2
    0 Votes
    2 Posts
    79 Views
    BvanDalsumB

    I haven’t tried it but maybe it works if you create an ITO for this with a formula that compares the text of 2 columns (layer and classification)? only available in version 25.3 of course.

  • Silent Install macOS

    5
    0 Votes
    5 Posts
    476 Views
    P

    Have you tried running the command as administrator (sudo)?

Copyright © 2025 Solibri Inc. | Powered by NodeBB