Hi everyone!
I am trying to read a feature line from a corridor in Civil 3D with Dynamo in order to use it as reference to model elements in Revit. For that, I started with the “02_Get Featurelines_2.0_DP.dyn” graph from CivilConnection.
The first issue that I came across is that the node “Corridor.GetFeaturelinesByCode” is not working due to the Geometry scaling, so I changed it to Large (I know I should not be doing this, but otherwise I cannot go further. However, I think that the reason for this error is the one that I am explaining in the next step).
Then I ran the graph again. It was still not working but I found that the units of the points defining the feature lines were absurdly high (100.000.000 times higher than the original ones!).
Even more strange, the Z value is correct for the first point (650.000) and the giant for the other points:
What could be the reason for this? I checked the units in Civil 3D and Revit and everything is in metres.
Anyone any idea? Thanks!!