Hello, I’m trying to create new feature lines from points and set them relative to a TIN surface in Civil 3D using Dynamo. However, I’m not sure how to do this. Has anyone here successfully done it and could share some guidance? If I set setRelative input to true in FeatureLine.SetElevationsFromSurface
node, there is Dynamo working in infinite loop.
1 Like
Thanks. It does seem to work, just very slowly. I’ll log it so we can investigate further about the performance.
If you need a workaround, another approach could be to use the Surface.QuickProfileByObject
node to generate all of the intermediate points before you create the feature line.
1 Like