Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/fragments/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ Keep in this example we are **serializing ALL the data of the file to a JSON** j
You might want to **revisit this example as a reference** when trying to generate your own fragment files from IFC STEP or other data sources to have a reference of how it should look like: 👇🏻

<div style={{position: "relative"}}>
<iframe src="https://thatopen.github.io/engine_fragment/examples/HelloWorldSchema/"></iframe>
<iframe src="https://thatopen.github.io/engine_fragment/examples/IfcImporter/HelloWorldSchema/"></iframe>

<button class="full-screen-btn" onClick={() => window.open("https://thatopen.github.io/engine_fragment/examples/HelloWorldSchema/")}> Go Full Screen</button>
<button class="full-screen-btn" onClick={() => window.open("https://thatopen.github.io/engine_fragment/examples/IfcImporter/HelloWorldSchema/")}> Go Full Screen</button>
</div>

## ✍🏻 General notes
Expand Down