
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a sketch of a curve which I then used as the center line to sweep a shape along it to create a curved pipe. See below for the sketch. What I would like to do is export a csv of x,y,z points defining/interpolated along the curve which I used to create the geometry so that I can use the shape of the center line for other purposes in my workflow. I've tried exporting the sketch as a dxf file, but from there I haven't been able to turn that into a human-readable or program-readable format for further processing. Any ideas on how I could do this? I'm open to scripting and played around with the ImportCSV example script; however, I couldn't figure out how to realize my idea through the API.
Solved! Go to Solution.