I have path and profile exported from Civil3D in Excel sheet.
I’m trying to import this path in Revit adaptive family and place family instances by coordinate system along this path. Here I’m facing orientation issue.
In Dynamo coordinate system looks fine but in Revit is strange… In Revit project is again with wrong orientation. Any ideas? I’m attaching all my resources to test.
Looks initially like you need to reference the path Curve.NormalAtParameter direction to apply the correct Normal to the CoordinateSystems you are creating for the instances.
If that doesn’t help, try creating the CoorindateSystems first then the Curve references within them instead of transforming.