Skip to content

Commit 49a6579

Browse files
authored
Update README.md
1 parent f9802b5 commit 49a6579

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The provided toolkits are prototypes to test specific concepts of recent IFC ext
1010
## Build the project
1111

1212
After cloning the code, you find a `*.sln` file.
13-
Please re-install all referenced nuget packages and clone the `GeometryGymIfc` submodule (alternatively use NuGet to get a suitable copy).
13+
Please re-install all referenced nuget packages.
1414

1515
Build `InfraToolKit_Common` first as the Dynamo-specific libs reference the build result of the `_Common` library.
1616

@@ -23,15 +23,15 @@ Build `InfraToolKit_Common` first as the Dynamo-specific libs reference the buil
2323

2424
# TroubleShooting
2525

26-
We have experienced issues with an outdated GeometryGymIFC version shipped in Revit 2021 and 2022.
26+
We have experienced issues with an outdated version of GeometryGymIFC library shipped in Revit 2021 and 2022.
2727
Please perform the following steps to figure out if your Revit installation is affected by this issue:
2828

2929
- Open Revit
30-
- Within Revit, open Dynamo
31-
- Import the Library `IfcInfraToolKit_DynamoCore.dll`, which is the result of building `IfcInfraToolKit_DynamoCore` of this solution
32-
- Create a simple Dynamo flow with `CreateIfcModel` and `SaveIfcModel`
30+
- In Revit, open Dynamo
31+
- Import the built result `IfcInfraToolKit_DynamoCore.dll`, which is the result of building `IfcInfraToolKit_DynamoCore` of this solution
32+
- Create a simple Dynamo flow consisting of `CreateIfcModel` and `SaveIfcModel` nodes
3333
- open the result in a text editor and see the version given in the header of the IFC file
3434

3535
If it states `v0.0.20`, please go into `C:\Program Files\Autodesk\Revit 2022` and replace `GeometryGymIFC.dll` with a more recent version of this dll.
3636
You can find a suitable dll named similar in the build results located in `ifcinfratoolkit\IfcInfraToolKit_DynamoCore\bin\Debug` or `Release`
37-
<!-- -->
37+

0 commit comments

Comments
 (0)