I have a simple script that the user selects polylines and the total area of all selected polylines are added together to get a quick summation. I ran this graph on a recent project for some curb and gutter polylines and received the following error about points being coincident. I understand what that means and I am able to select some of the individual polylines to see which polylines are problematic, but I guess I don’t understand exactly why certain lines are problematic. If someone has time to take a look at the attached DWG and dynamo graph and let me know your thoughts that would be great. Thanks.
I’ve had the same exact problem before! This means that you have one or multiple polylines which have points really close to eachother in Civil3D, which Dynamo can’t handle properly.
For me using the node PolylineExtensions.GetGeometry from the Civil3DToolkit package worked wonders!
I get the same error message when I set up the graph using PolylineExtensions.GetGeometry. @Daan
does the way I set up the graph to use your suggestion look correct? @david_licona can you show me how I would run the overkill command for the selected polylines before adding the areas to get the program to run?