Compare commits
10 commits
ab2f2ff260
...
20b3b4450d
| Author | SHA1 | Date | |
|---|---|---|---|
| 20b3b4450d | |||
| 87a6790b3a | |||
| b633656e4e | |||
| d3306d4842 | |||
| 8e9d987a87 | |||
| 0cf7c81846 | |||
| b14bb5bb36 | |||
| 6b3cae8549 | |||
| 5df38bef9b | |||
| 0dcf8710dd |
18
README.md
|
|
@ -71,3 +71,21 @@
|
||||||
## There's more !
|
## There's more !
|
||||||
|
|
||||||
* [Chat with IFC5](http://localhost:3333/)
|
* [Chat with IFC5](http://localhost:3333/)
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
Well .... [not really](http://localhost:3000/rvba/ifc-data-horse/commit/0dcf8710dd86cb4c4fcb6d01429b1099d5b507fa)
|
||||||
|
|
||||||
|
But wait,
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
And, ... yes [it works !](http://localhost:3000/rvba/ifc-data-horse/commit/f54640a77be062d5e66cd83beb1c063805a5db25) ...
|
||||||
|
|
||||||
|
|
|
||||||
31
cube.ifcx
Normal file
|
|
@ -0,0 +1,31 @@
|
||||||
|
{
|
||||||
|
"header": {
|
||||||
|
"id": "ifc5.technical.buildingsmart.org/examples/Hello Wall/cube.ifcx",
|
||||||
|
"ifcxVersion": "ifcx_alpha",
|
||||||
|
"dataVersion": "1.0.0",
|
||||||
|
"author": "technical@buildingsmart.org",
|
||||||
|
"timestamp": "2024-06-01T00:00:00Z"
|
||||||
|
},
|
||||||
|
"schemas": {},
|
||||||
|
"data": [
|
||||||
|
{
|
||||||
|
"path": "cube-example-001",
|
||||||
|
"attributes": {
|
||||||
|
"usd::usdgeom::mesh": {
|
||||||
|
"faceVertexIndices": [
|
||||||
|
0, 1, 2, 0, 2, 3,
|
||||||
|
4, 5, 6, 4, 6, 7,
|
||||||
|
0, 1, 5, 0, 5, 4,
|
||||||
|
2, 3, 7, 2, 7, 6,
|
||||||
|
0, 3, 7, 0, 7, 4,
|
||||||
|
1, 2, 6, 1, 6, 5
|
||||||
|
],
|
||||||
|
"points": [
|
||||||
|
[0, 0, 0], [1, 0, 0], [1, 1, 0], [0, 1, 0],
|
||||||
|
[0, 0, 1], [1, 0, 1], [1, 1, 1], [0, 1, 1]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
BIN
images/aec-bot-1.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
images/aec-bot-2.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
images/aec-bot-3.png
Normal file
|
After Width: | Height: | Size: 130 KiB |
BIN
images/aec-bot-4.png
Normal file
|
After Width: | Height: | Size: 64 KiB |
BIN
images/aec-bot-5.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
images/aec-bot-6.png
Normal file
|
After Width: | Height: | Size: 70 KiB |
BIN
images/aec-bot-7.png
Normal file
|
After Width: | Height: | Size: 30 KiB |