Skip to content

Commit f63b9dd

Browse files
Update README.md
1 parent d2f4480 commit f63b9dd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ We currently support these IFC schemas:
8282

8383
> **_NOTE:_** Due to the class model you can only include the `IfcSchema` for **one** IFC version. This means for multiple IFC versions you need to create multiple build-projects.
8484
85-
### Reflection
86-
*IfcSharpLibrary* leverages [Reflection](https://learn.microsoft.com/en-us/dotnet/csharp/advanced-topics/reflection-and-attributes/) to keep track of all `ifc.ENTITY` instances in memory and write them to a file or database. This means that once you assigned a `ifc.Repository.CurrentModel` at runtime you can just instantiate objects from anywhere in your project. This makes *IfcSharpLibrary* a very sleek solution as it is reduces the overhead of assigning every single `ifc.ENTITY` to its parent. A simple example is shown below:<br>
87-
8885
## How to Install and Run the Project
8986

9087
Simply run `git clone https://github.com/IfcSharp/IfcSharpLibrary.git`.

0 commit comments

Comments
 (0)