# osgIfc **Repository Path**: osg_opensource/osg-ifc ## Basic Information - **Project Name**: osgIfc - **Description**: 包含osg读取ifc格式的插件osgdb_ifc的实现源码。ifc的读取来自ifc++(https://github.com/ifcquery/ifcplusplus) - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-12-15 - **Last Updated**: 2025-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # osgIfc #### 介绍 包含osg读取ifc格式的插件osgdb_ifc的实现源码。ifc的读取来自ifc++(https://github.com/ifcquery/ifcplusplus) #### 安装教程 CMake安装即可,仅依赖OSG。 #### 使用说明 下载发行版本(目前仅发行了Windows下的版本,linux下需自行编译),执行ifc2osgb.bat,实现ifc到osgb、obj等格式的转换。 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request