问题标签 [bim]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - BIMSurfer Javascript 不显示模型
我已经使用BIMServer ( https://github.com/opensourceBIM/BIMserver/releases ) 最新版本和tomcat 9并且运行良好。我还下载了 BIMSurfer ( https://github.com/opensourcebim/BIMsurfer ) 最新版本,并尝试使用该示例中给出的演示 HTML 文件(在 apps/minimal.html 下)呈现IFC文件。
以前它有一些与服务器路径和用户名/密码相关的错误,我已经解决了这个问题,现在它没有显示任何错误,但它也没有渲染 3D 模型(它只是显示空白屏幕)。它在 BIMServer 后端显示 3D 模型。作为参考,我附上屏幕截图。在管理员上显示空白屏幕它呈现 3D 模型
我对此有任何帮助。
javascript - 反序列化 Tekla Structures *.lis 文件
我需要反序列*.lis
化从名为 Tekla Structures 的 BIM 软件生成的文件。该文件如下所示:
¿ 这与已知的序列化格式有关吗?
ifc - 如何查询ifc文件?
我正在使用 BIM 进行教育项目,我想从 ifc 文件中提取数据。
这个想法是找到信息,比如找到具有特定高度、形状和结构的地板,然后我想运行寻路算法。
我找不到任何描述和比较所有可能性的文件......
我找到了一些查询方法,但其中大多数似乎已被遗弃,而另一些则有缺点,这就是我所拥有的:
- BIMQL:自 2017 年以来没有活动
- QL4BIM:没有活动
- SPARQL:没有比较运算符
- BIMServer 查询语言:需要运行服务器
- IFC++:缺乏文档
我不介意查询语言结构(即使 json 会很棒)。
javascript - BIM模型宿主和渲染
我计划设置服务器来解析和托管 BIM 模型并从客户端访问特定模型。
期望:我应该能够托管许多 BIM 模型(100 个),最好是 IFC,并且有很多客户从浏览器访问这些模型。
我已经测试过 BIM server 和 Bimsurfer,据我了解,BIMserver 是用于协作开发的,大约有 10 个用户在项目上共同工作;基于资源规范,我怀疑它对大量并发用户的性能;其他选项是 Autodesk Forge、xBIM、BIMWebServer,它们看起来很相似,而且定制的范围更小。什么样的 BIM 平台,您推荐我用于上述用例的工具?
ifc - 在不运行 BIMServer 的情况下运行 BIMSurfer 需要帮助
我需要在不运行 BIMServer 的情况下通过 nginx 运行 BIMSurfer。正如我所注意到的,BIMSurfer 需要一些从 BIMServer 获取的 js 文件。我不需要 BIMServer 来处理我预先转换的 ifc 文件。我查看了这个链接并想到了类似的东西。
javascript - Integrating sensor data into IFC file for visualization of BIM model in bimvie.ws
Currently using bimvie.ws to visualize an IFC file with javascript. Now we would like to add sensor (dummy) data, for let's say temperature, in order to improve functionality of the visualization.
However, we are not sure on how we can do that yet? We were able to define spaces within the IFC file of a building, now we would like to be able to show colour ramps of temperature change within the individual spaces. With the goal to develop and design smart building (monitoring) systems.
It should fit in the following lines of code:
vue.js - stats.js 显示 FPS 0~2,渲染移动太慢
我是three.js的初学者,也将它用于BIM项目,当我加载~ 25mb的gltf文件时,我几乎无法移动整个对象,而stats.js监视器在最大gltf文件中显示0~2的fps:https:/ /github.com/xeolabs/xeogl/tree/master/examples/models/gltf/schependomlaan 我使用三个 js和vuejs
即使在使用https://github.com/AnalyticalGraphicsInc/gltf-pipeline应用 Draco 压缩后,也没有任何变化。
谢谢
parsing - IfcOpenShell(Parse)_IFC PropertySet,打印问题
嗨,我是编程新手,在打印我的属性集和值时遇到问题。
我的 IFC 中有更多元素,并且想要解析所有属性集和值。我当前的结果是元素 ID(对于每个元素),但它采用第一个元素的属性(属性集和值)。草图: 见图片
我的代码:
有人有解决办法吗?
谢谢和亲切的问候,
autodesk-forge - Forge Viewer - 我们可以在加载的模型上进行选择/突出显示并保存在数据库中,以便我们可以在下次用户加载时显示该选择吗?
Forge Viewer - 我们可以在加载的模型上进行选择/突出显示并保存在数据库中,以便我们可以在下次用户加载时显示该选择吗?这可能吗?或者我们如何在模型中添加便签/RFI 信息/问题点。我在一个 Web 应用程序中工作,我们如何管理这些信息并将其保存到某个数据库中,以便以后再次查看同一模型时可以显示该信息?
提前致谢
autodesk-forge - AUTODESK FORGE BIM360 WEBHOOK ISSUES ROADMAP
We are looking into ways of visualizing Issues and Rfi’s (minimally) as geopositioned items in our GIS (Geographic Information System). We achieved some interesting results, though looking at automating the process, ideally, I would like to have data pushed to me as opposed to have to manually pull it. The obvious solution is to use Webhooks Events. A list of exposed webhooks is available here but there is nothing related to Issues and Rfi’s. I was wondering what is the roadmap for Forge Webhooks.
Is there another way to achieve the same “Push” effect?
Is there a plan to expose Issues and Rfi’s events to Webhooks? (Creation, status, modifications…)