Skip to content

Tech Talks

Topics related to Solibri products

278 Topics 1.2k Posts
  • Custom log file location

    Solved
    1
    1 Votes
    1 Posts
    441 Views
    No one has replied
  • profile.ini and paths.properties

    14
    0 Votes
    14 Posts
    3k Views
    B

    With every update, and especially for new users, it’s always a hassle to get the roles configured correctly. Let alone the right settings for everything that isn’t included in the role—things like dimensioning and disciplines.
    So there’s also a strong desire here to improve this.

  • Microsoft 365 Defender has detected a threath!!

    4
    0 Votes
    4 Posts
    889 Views
    tonigyllenbergT

    As an update on this, we have reported this as a false positive towards Microsoft and are still awaiting an answer. It does seem however, that at least internally Defender no longer gives any notifications on our end.

  • Regex in autorun

    2
    0 Votes
    2 Posts
    653 Views
    V

    @lal In the current Python script, the line:

    ET.SubElement(target, “file”, file=ifc_file, shortname=shortname)

    generates the following XML element:

    <file file="modelname" shortname="shortname" />

    However, since there is no autorun task associated with the ‘file’ tag, this needs to be updated.

    To resolve this, please modify the line to:

    ET.SubElement(target, 'openmodel', file=ifc_file, shortname=shortname)

    Hope this helps.

  • Visual geometry of IfcAlignment

    4
    5 Votes
    4 Posts
    1k Views
    M

    @Matti Great, this will definitely improve usability, especially for infrastructure projects where alignment is essential. Looking forward to seeing it in Solibri.

  • 0 Votes
    4 Posts
    926 Views
    _c__

    Thank so much to the Solibri support, it was cleared up immediately. My fault and probably will happen to someone else as well: I renamed at some point my originally named “Solibri 25-6-0” installation folder into simply “Solibri” and that caused this strange blank screen.

  • Filter: "Model" <> "One Of" doesn't work

    7
    1 Votes
    7 Posts
    2k Views
    jakub.rusinJ

    Hey @Remco !

    Thank you for inquiry and sorry for delay. The fix for this is underway and we aim to deliver it with next release. Thanks for reporting!

  • 5 Votes
    9 Posts
    2k Views
    JSNJ

    Still not fixed. Still no relief.

  • Showing information that don't exist in the txt file

    2
    2 Votes
    2 Posts
    578 Views
    MattiM

    Could send some example IFC to [email protected]?

    The properties and property sets that are with Italics in Solibri UI are coming from type object and defined for that.

    Having a duplicate name is not good practice: https://standards.buildingsmart.org/IFC/DEV/IFC4_2/FINAL/HTML/schema/ifckernel/lexical/ifcpropertyset.htm
    “Every property within the property set shall have a unique name attribute value.”

  • BCF Live connector bugs?

    9
    3 Votes
    9 Posts
    2k Views
    tonigyllenbergT

    The fix for comments jumping up and saving mid-sentence is now available in 25.6.0:

    https://society.solibri.com/topic/3367/solibri-25-6-0-has-been-released?_=1750918619539

  • IFC User Pset not coming across - COBie_Type

    6
    0 Votes
    6 Posts
    1k Views
    MattKnowlesM

    Morning Simon,

    I followed the above and this seemed to fixed the issue. However, we are now a few months on and i seem to be getting the same issues. IfcDoorStyle, IfcWindowStyle are being used but now the COBie_Type and COBie_Component PSets arent coming through.

    image.png

    image.png

    This seems to only be an issue with Doors and Windows as i can see these PSets on other discipline items

    image.png

  • BCF Live Connector ilmoitusten kopiointi

    3
    0 Votes
    3 Posts
    658 Views
    Alex.JA

    @Harmen-Jorritsma I guess this should be implemented in the BCF standard ?
    Because most platforms do it similarly (one responsible + additional notified people)

  • Resolution issue Solibri Model Checker

    Moved Solved
    6
    0 Votes
    6 Posts
    2k Views
    A

    Same problem here. If I scale it manually, the UI scales better and is sharp, but the 3D viewport becomes blurry. This shouldn’t be a workaround, but rather a proper fix.

  • Export the checken model version en current model version

    5
    0 Votes
    5 Posts
    1k Views
    Harmen JorritsmaH

    https://society.solibri.com/topic/2229/date-of-checked-model-version-and-current-model-version-in-report-result-sumamry?_=1749108385407

  • BCF Live connecter not importing issues

    6
    0 Votes
    6 Posts
    1k Views
    tonigyllenbergT

    Hello Jim!

    Nothing comes quickly to mind which might cause this sort of behaviour. Please send a support request to [email protected]. It would be good to include a screen recording of the behaviour, along with the log files and model (if possible).

    Logs can be found here: https://help.solibri.com/hc/en-us/articles/21911035161111-Where-do-I-find-my-log-files

  • Area/Footprint of component is not working correctly

    10
    1 Votes
    10 Posts
    2k Views
    H

    @manuel-furia I used getFootprint().getArea()
    As a result, I get the points:
    ===group

    (67.94999694824219, 54.125999450683594), (67.94999694824219, 57.21698760986328), (67.94999694824219, 57.2760009765625), (67.94599914550781, 57.46659469604492), (67.94599914550781, 69.76399993896484), (64.80999755859375, 69.76399993896484), (64.80999755859375, 71.95999908447266), (77.20077514648438, 71.95999908447266), (78.33565521240234, 71.78034973144531), (79.36084747314453, 71.25615692138672), (80.16404724121094, 70.45094299316406), (80.79560089111328, 69.3504409790039), (81.30156707763672, 68.17298126220703), (81.66816711425781, 66.9449691772461), (81.86998748779297, 65.79915618896484), (81.8904800415039, 65.68283081054688), (81.94999694824219, 64.66832733154297), (81.94999694824219, 54.125999450683594)

    The draw look likes:
    f433a431-847a-4c3f-9ee4-5a3e0d0912ba-image.png
    zooming to the gap:
    d5ab0390-c1e6-40ca-b0a3-2b9bc8464fa4-image.png

    then I back to use getFootprint().getOutline() and find the draw look likes (the red one, the green one is from above)
    39a0d287-e00c-410d-8d04-51c52fbcbd9d-image.png
    Isn’t getFootprint().getArea() the API to get footprint of component?
    0d454e27-8efb-4ead-bd0d-cfd8d8d6f1ad-image.png

  • Update model not updating component colors

    13
    3 Votes
    13 Posts
    3k Views
    P

    I have the same issue.
    Using “Remove Paint from Visible Objects” fixes the issue, even though I haven’t manually added the wrong colors to the .IFC:

    image.png

  • Update models automaticly from SharePoint integration

    1
    0 Votes
    1 Posts
    417 Views
    No one has replied
  • Autorun with logon on BIM360

    12
    2 Votes
    12 Posts
    3k Views
    tonigyllenbergT

    @Mvandenbrink said in Autorun with logon on BIM360:

    @JonJens-0 Don’t expect this to come in the short term. Heard from Solibri Benelux that the development of this has been put on hold, just like the development of supporting Solibri Roles through Integrations.

    Maybe the @Solibrians could update these topics too:
    https://society.solibri.com/topic/2938/role-selection-from-integrations/2
    https://society.solibri.com/topic/2186/autorun-vs-bim360-integrations/11

    Hello!

    Indeed we do see this as an important improvement to Autorun, however for the time being this is on hold. We are however building up the most important Autorun improvements, and aim to deliver a solid package of Autorun improvements in the second half of this year. This request is at the top of the list.

  • 0 Votes
    1 Posts
    276 Views
    No one has replied

Copyright © 2025 Solibri Inc. | Powered by NodeBB