Skip to content

Commit

Permalink
Re-run conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Apr 12, 2024
1 parent 9985729 commit 9c8e589
Show file tree
Hide file tree
Showing 687 changed files with 1,766 additions and 2,248 deletions.
84 changes: 41 additions & 43 deletions _includes/ifc/ifc-conversionResults.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions _includes/ifc/ifc-systemInfo.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
@@include('../../_includes/ifc/ifc-systemInfoCard.html', {
"time":"1711461443353",
"date":"Tue Mar 26 2024 14:57:23 GMT+0100 (Central European Standard Time)",
"time":"1712929479740",
"date":"Fri Apr 12 2024 15:44:39 GMT+0200 (Central European Summer Time)",
"cpuManufacturer": "Intel",
"cpuBrand": "Xeon® Gold 6134",
"osPlatform": "linux" ,
"osDistro": "Ubuntu",
"osRelease": "22.04.3 LTS",
"osRelease": "22.04.4 LTS",
"totalMemory":"135 GB",
"nodeVersion": "v16.17.1",
"xeokitVersion": "2.6.0-beta-7",
"xeokitConvertVersion": "1.1.15-beta-6",
"cxConverterVersion": "3.0.24-beta"
"nodeVersion": "v20.12.0",
"xeokitVersion": "2.6.0-beta-12",
"xeokitConvertVersion": "1.1.15-beta-8",
"cxConverterVersion": "3.0.25-beta"
})
45 changes: 0 additions & 45 deletions _pages/ifc/ifc-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,51 +111,6 @@ <h5>More info</h5>
</div>
</section>

<section class="main-section alabaster" id="ifcCXConverterPipeline2">
<div class="container">
<div class="row no-gutters">
<div class="col-md-12">
<h1 class="mb-4 text-center">CxConverter IFC Conversion Pipeline #2</h1>
</div>
</div>
<div class="row no-gutters">
<div class="col-md-5">
<img alt="..." class="card-img" src="./img/pipeline-ifc-enterprise2.png">
</div>
<div class="col-md-7">
<br><br>
<p>A high-performance pipeline that converts large <code>.ifc</code> files directly into
<code>.xkt</code>, using a single CLI tool and no intermediate formats.</p>
<h5>Features</h5>
<ul>
<li>Converts huge <code>.ifc</code> files of many gigabytes</li>
<li>Converts <code>.ifc</code> directly into <code>.xkt</code>
<li>A single CLI tool written in C++</li>
<li>Option to split output into multiple <code>.xkt</code> files for easy loading in browsers</li>
</li>
<li>View the <code>.xkt</code> in a xeokit
<a href="https://xeokit.github.io/xeokit-sdk/docs/class/src/viewer/Viewer.js~Viewer.html">Viewer</a>
with
<a href="https://xeokit.github.io/xeokit-sdk/docs/class/src/plugins/XKTLoaderPlugin/XKTLoaderPlugin.js~XKTLoaderPlugin.html">XKTLoaderPlugin</a>
</li>
</ul>
<h5>Tools used</h5>
<ul>
<li><a href="https://github.com/xeokit/xeokit-convert">ifc2gltf</a> (Closed source, from
<a href="https://creoox.com">Creoox AG</a>)
</li>
</ul>
<h5>More info</h5>
<ul>
<li>Tutorial:
<a href="https://www.notion.so/xeokit/Converting-IFC-to-XKT-using-ifc2gltf-a2e0005d00dc4f22b648f1237bc3245d">Converting
IFC to XKT using ifc2gltf</a>
</li>
</ul>
</div>
</div>
</div>
</section>

<section class="main-section" id="ifcCommunityPipeline1">
<div class="container">
Expand Down
4 changes: 2 additions & 2 deletions convert-ifc.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,11 @@ const bashScript = [];
const convertedModelDir = `${outputBatchDirPath}/models/${inputFileName}/`;
const modelOutPath = convertedModelDir;

const glbOutputPath = path.join(modelOutPath, `model.glb`);
const glbOutputPath = path.join(modelOutPath, `model.gltf`);
const jsonOutputPath = path.join(modelOutPath, `model.json`);
const logPath = path.join(modelOutPath, `log.txt`);

const jsonManifestPath = path.join(modelOutPath, `model.glb.manifest.json`);
const jsonManifestPath = path.join(modelOutPath, `model.manifest.json`);
const xktManifestPath = path.join(modelOutPath, `model.xkt.manifest.json`);

if (fs.existsSync(convertedModelDir)) {
Expand Down
4 changes: 2 additions & 2 deletions convertconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ifc2gltf": {
"path": "/home/lindsay/xeolabs/xeokit/ifc2gltf/3_0_24_beta/linux/bin/ifc2gltfcxconverter",
"version": "3.0.24-beta",
"path": "/home/lindsay/xeolabs/xeokit/ifc2gltf/3_0_25_beta/linux/bin/ifc2gltfcxconverter",
"version": "3.0.25-beta",
"_path": "/home/lindsay/xeolabs/xeokit/ifc2gltf/3_0_14_beta/linux/bin/ifc2gltfcxconverter",
"options": {
"s": 25,
Expand Down
1 change: 0 additions & 1 deletion convertedModels/gltf/projects/Archicad/index.json

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

1 change: 0 additions & 1 deletion convertedModels/gltf/projects/BoxTextured-glTF/index.json

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Loading

0 comments on commit 9c8e589

Please sign in to comment.