Initial import of NODEDC BIM Viewer

This commit is contained in:
CODEX
2026-06-04 13:25:42 +03:00
commit 9aaf82862f
2075 changed files with 3592575 additions and 0 deletions
@@ -0,0 +1,85 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<base data-ice="baseUrl" href="../../../">
<title data-ice="title">src/IFCObjectDefaults/IFCObjectDefaults.js | xeokit-viewer</title>
<link type="text/css" rel="stylesheet" href="css/style.css">
<link type="text/css" rel="stylesheet" href="css/prettify-tomorrow.css">
<script src="script/prettify/prettify.js"></script>
<script src="script/manual.js"></script>
<meta name="description" content="BIM viewer built on xeokit"><meta property="og:type" content="website"><meta property="og:url" content="https://github.com/xeokit/xeokit-viewer"><meta property="og:site_name" content="xeokit-viewer"><meta property="og:title" content="xeokit-viewer"><meta property="og:image" content="./images/logo.jpg"><meta property="og:description" content="BIM viewer built on xeokit"><meta property="og:author" content="http://xeolabs.com"><meta property="twitter:card" content="summary"><meta property="twitter:title" content="xeokit-viewer"><meta property="twitter:description" content="BIM viewer built on xeokit"><meta property="twitter:image" content="./images/logo.jpg"></head>
<body class="layout-container" data-ice="rootContainer">
<header>
<a href="./" style="display: flex; align-items: center;"><img src="./image/brand_logo.jpg" style="width:34px;"></a>
<a href="identifiers.html">Reference</a>
<a href="source.html">Source</a>
<div class="search-box">
<span>
<img src="./image/search.png">
<span class="search-input-edge"></span><input class="search-input"><span class="search-input-edge"></span>
</span>
<ul class="search-result"></ul>
</div>
<a style="position:relative; top:3px;" href="https://github.com/xeokit/xeokit-viewer"><img width="20px" src="./image/github.png"></a></header>
<nav class="navigation" data-ice="nav"><div>
<ul>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/BIMViewer.js~BIMViewer.html">BIMViewer</a></span></span></li>
<li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#server">server</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/server/Server.js~Server.html">Server</a></span></span></li>
</ul>
</div>
</nav>
<div class="content" data-ice="content"><h1 data-ice="title">src/IFCObjectDefaults/IFCObjectDefaults.js</h1>
<pre class="source-code line-number raw-source-code"><code class="prettyprint linenums" data-ice="content">/**
* @desc Default initial properties for {@link Entity}s loaded from models accompanied by metadata.
*
* When loading a model, a loader plugins such as {@link GLTFLoaderPlugin} and {@link BIMServerLoaderPlugin} create
* a tree of {@link Entity}s that represent the model. These loaders can optionally load metadata, to create
* a {@link MetaModel} corresponding to the root {@link Entity}, with a {@link MetaObject} corresponding to each
* object {@link Entity} within the tree.
*
* @private
* @type {{String:Object}}
*/
const IFCObjectDefaults = {
IfcSpace: { // IfcSpace elements should be visible and pickable
visible: true,
pickable: true,
opacity: 0.2
},
IfcWindow: { // Some IFC models have opaque IfcWindow elements(!)
pickable: true,
opacity: 0.5
},
IfcOpeningElement: { // These tend to obscure windows
visible: false
},
IfcPlate: { // These tend to be windows(!)
colorize: [0.8470588235, 0.427450980392, 0, 0.5],
opacity: 0.5
}
};
export {IFCObjectDefaults};</code></pre>
</div>
<footer class="footer">
Generated by <a href="https://esdoc.org">ESDoc<span data-ice="esdocVersion">(1.1.0)</span><img src="./image/esdoc-logo-mini-black.png"></a>
</footer>
<script src="script/search_index.js"></script>
<script src="script/search.js"></script>
<script src="script/pretty-print.js"></script>
<script src="script/inherited-summary.js"></script>
<script src="script/test-summary.js"></script>
<script src="script/inner-link.js"></script>
<script src="script/patch-for-local.js"></script>
</body>
</html>
@@ -0,0 +1,82 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<base data-ice="baseUrl" href="../../../">
<title data-ice="title">src/IFCObjectDefaults/ModelIFCObjectColors.js | xeokit-bim-viewer</title>
<link type="text/css" rel="stylesheet" href="css/style.css">
<link type="text/css" rel="stylesheet" href="css/prettify-tomorrow.css">
<script src="script/prettify/prettify.js"></script>
<script src="script/manual.js"></script>
<meta name="description" content="BIM viewer built on xeokit"><meta property="og:type" content="website"><meta property="og:url" content="https://github.com/xeokit/xeokit-bim-viewer"><meta property="og:site_name" content="xeokit-bim-viewer"><meta property="og:title" content="xeokit-bim-viewer"><meta property="og:image" content="./images/logo.jpg"><meta property="og:description" content="BIM viewer built on xeokit"><meta property="og:author" content="http://xeolabs.com"><meta property="twitter:card" content="summary"><meta property="twitter:title" content="xeokit-bim-viewer"><meta property="twitter:description" content="BIM viewer built on xeokit"><meta property="twitter:image" content="./images/logo.jpg"></head>
<body class="layout-container" data-ice="rootContainer">
<header>
<a href="./" style="display: flex; align-items: center;"><img src="./image/brand_logo.jpg" style="width:34px;"></a>
<a href="identifiers.html">Reference</a>
<a href="source.html">Source</a>
<div class="search-box">
<span>
<img src="./image/search.png">
<span class="search-input-edge"></span><input class="search-input"><span class="search-input-edge"></span>
</span>
<ul class="search-result"></ul>
</div>
<a style="position:relative; top:3px;" href="https://github.com/xeokit/xeokit-bim-viewer"><img width="20px" src="./image/github.png"></a></header>
<nav class="navigation" data-ice="nav"><div>
<ul>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/BIMViewer.js~BIMViewer.html">BIMViewer</a></span></span></li>
<li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#collision">collision</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/collision/ObjectsKdTree3.js~ObjectsKdTree3.html">ObjectsKdTree3</a></span></span></li>
<li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#server">server</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/server/Server.js~Server.html">Server</a></span></span></li>
</ul>
</div>
</nav>
<div class="content" data-ice="content"><h1 data-ice="title">src/IFCObjectDefaults/ModelIFCObjectColors.js</h1>
<pre class="source-code line-number raw-source-code"><code class="prettyprint linenums" data-ice="content">/**
* @desc Default initial properties for {@link Entity}s loaded from models accompanied by metadata.
*
* When loading a model, a loader plugins such as {@link GLTFLoaderPlugin} and {@link BIMServerLoaderPlugin} create
* a tree of {@link Entity}s that represent the model. These loaders can optionally load metadata, to create
* a {@link MetaModel} corresponding to the root {@link Entity}, with a {@link MetaObject} corresponding to each
* object {@link Entity} within the tree.
*
* @private
* @type {{String:Object}}
*/
const ModelIFCObjectColors = {
IfcSpace: {
opacity: 0.3
},
IfcWindow: { // Some IFC models have opaque windows
opacity: 0.4
},
IfcOpeningElement: { // These tend to obscure windows
opacity: 0.3
},
IfcPlate: { // These sometimes obscure windows
opacity: 0.3
}
};
export {ModelIFCObjectColors};</code></pre>
</div>
<footer class="footer">
Generated by <a href="https://esdoc.org">ESDoc<span data-ice="esdocVersion">(1.1.0)</span><img src="./image/esdoc-logo-mini-black.png"></a>
</footer>
<script src="script/search_index.js"></script>
<script src="script/search.js"></script>
<script src="script/pretty-print.js"></script>
<script src="script/inherited-summary.js"></script>
<script src="script/test-summary.js"></script>
<script src="script/inner-link.js"></script>
<script src="script/patch-for-local.js"></script>
</body>
</html>
@@ -0,0 +1,246 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<base data-ice="baseUrl" href="../../../">
<title data-ice="title">src/IFCObjectDefaults/ViewerIFCObjectColors.js | xeokit-bim-viewer</title>
<link type="text/css" rel="stylesheet" href="css/style.css">
<link type="text/css" rel="stylesheet" href="css/prettify-tomorrow.css">
<script src="script/prettify/prettify.js"></script>
<script src="script/manual.js"></script>
<meta name="description" content="BIM viewer built on xeokit"><meta property="og:type" content="website"><meta property="og:url" content="https://github.com/xeokit/xeokit-bim-viewer"><meta property="og:site_name" content="xeokit-bim-viewer"><meta property="og:title" content="xeokit-bim-viewer"><meta property="og:image" content="./images/logo.jpg"><meta property="og:description" content="BIM viewer built on xeokit"><meta property="og:author" content="http://xeolabs.com"><meta property="twitter:card" content="summary"><meta property="twitter:title" content="xeokit-bim-viewer"><meta property="twitter:description" content="BIM viewer built on xeokit"><meta property="twitter:image" content="./images/logo.jpg"></head>
<body class="layout-container" data-ice="rootContainer">
<header>
<a href="./" style="display: flex; align-items: center;"><img src="./image/brand_logo.jpg" style="width:34px;"></a>
<a href="identifiers.html">Reference</a>
<a href="source.html">Source</a>
<div class="search-box">
<span>
<img src="./image/search.png">
<span class="search-input-edge"></span><input class="search-input"><span class="search-input-edge"></span>
</span>
<ul class="search-result"></ul>
</div>
<a style="position:relative; top:3px;" href="https://github.com/xeokit/xeokit-bim-viewer"><img width="20px" src="./image/github.png"></a></header>
<nav class="navigation" data-ice="nav"><div>
<ul>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/BIMViewer.js~BIMViewer.html">BIMViewer</a></span></span></li>
<li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#collision">collision</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/collision/ObjectsKdTree3.js~ObjectsKdTree3.html">ObjectsKdTree3</a></span></span></li>
<li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#server">server</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/server/Server.js~Server.html">Server</a></span></span></li>
</ul>
</div>
</nav>
<div class="content" data-ice="content"><h1 data-ice="title">src/IFCObjectDefaults/ViewerIFCObjectColors.js</h1>
<pre class="source-code line-number raw-source-code"><code class="prettyprint linenums" data-ice="content">/**
* @desc Default initial properties for {@link Entity}s loaded from models accompanied by metadata.
*
* When loading a model, a loader plugins such as {@link GLTFLoaderPlugin} and {@link BIMServerLoaderPlugin} create
* a tree of {@link Entity}s that represent the model. These loaders can optionally load metadata, to create
* a {@link MetaModel} corresponding to the root {@link Entity}, with a {@link MetaObject} corresponding to each
* object {@link Entity} within the tree.
*
* @private
* @type {{String:Object}}
*/
const ViewerIFCObjectColors = {
// Priority 0
IfcRoof: {
colorize: [0.837255, 0.203922, 0.270588],
priority: 0
},
IfcSlab: {
colorize: [0.637255, 0.603922, 0.670588],
priority: 0
},
IfcWall: {
colorize: [0.537255, 0.337255, 0.237255],
priority: 0
},
IfcWallStandardCase: {
colorize: [0.537255, 0.337255, 0.237255],
priority: 0
},
IfcCovering: {
colorize: [0.8470588235, 0.427450980392, 0],
priority: 0
},
// Priority 1
IfcDoor: {
colorize: [0.637255, 0.603922, 0.670588],
priority: 1
},
// Priority 2
IfcStair: {
colorize: [0.637255, 0.603922, 0.670588],
priority: 2
},
IfcStairFlight: {
colorize: [0.637255, 0.603922, 0.670588],
priority: 2
},
IfcProxy: {
colorize: [0.137255, 0.403922, 0.870588],
priority: 2
},
IfcRamp: {
colorize: [0.8470588235, 0.427450980392, 0],
priority: 2
},
// Priority 3
IfcColumn: {
colorize: [0.137255, 0.403922, 0.870588],
priority: 3
},
IfcBeam: {
colorize: [0.137255, 0.403922, 0.870588],
priority: 3
},
IfcCurtainWall: {
colorize: [0.137255, 0.403922, 0.870588],
priority: 3
},
IfcPlate: {
colorize: [0.8470588235, 0.427450980392, 0, 0.5],
opacity: 0.5,
priority: 3
},
IfcTransportElement: {
colorize: [0.8470588235, 0.427450980392, 0],
priority: 3
},
IfcFooting: {
colorize: [0.8470588235, 0.427450980392, 0],
priority: 3
},
// Priority 4
IfcRailing: {
colorize: [0.137255, 0.403922, 0.870588],
priority: 4
},
IfcFurnishingElement: {
colorize: [0.137255, 0.403922, 0.870588],
priority: 4
},
IfcFurniture: {
colorize: [0.8470588235, 0.427450980392, 0],
priority: 4
},
IfcSystemFurnitureElement: {
colorize: [0.8470588235, 0.427450980392, 0],
priority: 4
},
// Priority 5
IfcFlowSegment: {
colorize: [0.137255, 0.403922, 0.870588],
priority: 5
},
IfcFlowitting: {
colorize: [0.137255, 0.403922, 0.870588],
priority: 5
},
IfcFlowTerminal: {
colorize: [0.137255, 0.403922, 0.870588],
priority: 5
},
IfcFlowController: {
colorize: [0.8470588235, 0.427450980392, 0],
priority: 5
},
IfcFlowFitting: {
colorize: [0.8470588235, 0.427450980392, 0],
priority: 5
},
IfcDuctSegment: {
colorize: [0.8470588235, 0.427450980392, 0],
priority: 5
},
IfcDistributionFlowElement: {
colorize: [0.8470588235, 0.427450980392, 0],
priority: 5
},
IfcDuctFitting: {
colorize: [0.8470588235, 0.427450980392, 0],
priority: 5
},
IfcLightFixture: {
colorize: [0.8470588235, 0.8470588235, 0.870588],
priority: 5
},
// Priority 6
IfcAirTerminal: {
colorize: [0.8470588235, 0.427450980392, 0],
priority: 6
},
IfcOpeningElement: {
colorize: [0.137255, 0.403922, 0.870588],
opacity: 0.3,
priority: 6
},
IfcSpace: {
opacity: 0.5
},
IfcWindow: {
colorize: [0.137255, 0.403922, 0.870588],
opacity: 0.4,
priority: 6 // FIXME: transparent objects need to be last in order to avoid strange wireframe effect
},
//
IfcBuildingElementProxy: {
colorize: [0.5, 0.5, 0.5]
},
IfcSite: {
colorize: [0.137255, 0.403922, 0.870588]
},
IfcMember: {
colorize: [0.8470588235, 0.427450980392, 0]
},
DEFAULT: {
colorize: [0.5, 0.5, 0.5],
priority: 10
}
};
export {ViewerIFCObjectColors}</code></pre>
</div>
<footer class="footer">
Generated by <a href="https://esdoc.org">ESDoc<span data-ice="esdocVersion">(1.1.0)</span><img src="./image/esdoc-logo-mini-black.png"></a>
</footer>
<script src="script/search_index.js"></script>
<script src="script/search.js"></script>
<script src="script/pretty-print.js"></script>
<script src="script/inherited-summary.js"></script>
<script src="script/test-summary.js"></script>
<script src="script/inner-link.js"></script>
<script src="script/patch-for-local.js"></script>
</body>
</html>