File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The provided toolkits are prototypes to test specific concepts of recent IFC ext
10
10
## Build the project
11
11
12
12
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.
14
14
15
15
Build ` InfraToolKit_Common ` first as the Dynamo-specific libs reference the build result of the ` _Common ` library.
16
16
@@ -23,15 +23,15 @@ Build `InfraToolKit_Common` first as the Dynamo-specific libs reference the buil
23
23
24
24
# TroubleShooting
25
25
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.
27
27
Please perform the following steps to figure out if your Revit installation is affected by this issue:
28
28
29
29
- 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
33
33
- open the result in a text editor and see the version given in the header of the IFC file
34
34
35
35
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.
36
36
You can find a suitable dll named similar in the build results located in ` ifcinfratoolkit\IfcInfraToolKit_DynamoCore\bin\Debug ` or ` Release `
37
- <!-- -->
37
+
You can’t perform that action at this time.
0 commit comments