I have a whole bunch of solids (mostly cylinders) in a .dwg that I want to now create a 3d polyline from each of the centers of the circle at each end. I would get really close if I could split the solid into many slices along a plane, get the centroid of the first and last slice, and connect those two dots, or something similar.
Any other ideas of what I could do to get a line at the centerline of the utility that the solid is representing?
The unfortunate piece to add is that the solids were originally created using Dynamo, I just didn’t realise I would now want a line to feed into survey equipment instead of just viewing the solid in Navisworks. I’ll edit my other script to now also draw a line while creating the solid. Since creating the solids, some editing of the rotation did occur, so I don’t really want to rerun the original script if I can avoid it.