Installation
Last updated
Before installing CivilConnection, ensure that:
Autodesk Revit is installed
Autodesk Civil 3D is installed
Dynamo is available
CivilPython is installed
Open Dynamo.
Open Package Manager.
Search for "CivilConnection".
Install the latest verison
Download the package from BIMformative or GitHub Releases and copy the package folder into your Dynamo packages directory.
Or install in Dynamo using below steps:
On File Menu, select Import Library
Open CivilConnection<Revit Version>.dll from saved location.
Restart Dynamo.
Open Dynamo and saerch for:
CivilApplication
CivilDocument
Alignment
CivilSurface
Corridor
If these nodes appear, installation is successful.
Open Civil 3D.
Open a Civil 3D drawing.
Open Revit.
Start Dynamo.
Place the CivilApplication node.
CivilConnection automatically attempts to connect to the Civil 3D instance that bext matched the running Revit version.
If no matching version is found, the active Civil 3D session will be used.
Last updated