# Welcome

## Copyright Notice

`IFC.js` is copyrighted by [Antonio González Viegas](https://github.com/agviegas) and its [contributors](https://github.com/agviegas/IFC.js/graphs/contributors).&#x20;

## Introduction

`IFC.js` is a library that converts any browser into an IFC viewer. It was created by [Antonio González Viegas](https://github.com/agviegas). `IFC.js` parses IFC entities to WebGL geometry through THREE.js. Read more at:

{% embed url="<https://github.com/agviegas/IFC.js>" %}
The original repo
{% endembed %}

## My Work

My work is a fork of [agviegas/IFC.js](https://github.com/agviegas/IFC.js). The purpose of this website is to document my thought process. I encourage you to experiment with this on your own - and do better than me!

{% embed url="<https://github.com/andrewisen/IFC.js-web-worker-example>" %}
My repo
{% endembed %}

Please note that this is a **work in progress** (WIP). I tend to write things very quick - and thus, errors will occure. I usually go back and edit these mistakes after a day or two. Also, I tend to mix modern and less modern JavaScript... sorry.

## About Me

My name is André Wisén.

I am a M.S student in [Real Estate and Construction Management](https://www.kth.se/student/kurser/program/TFOBM/20212/arskurs1?l=en) at [KTH, Royal Institute of Technology](https://www.kth.se/en). I s~~t~~arted with AutoCAD in 2007 and learned Revit in 2013. I have been programming, as a hobby, for +15 years.&#x20;

##


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bimwhale.gitbook.io/ifc-js/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
