@john.uhden wrote:
..my better educated associate at work keeps reminding me that there are a bundle of built-in ways to do what I want..
Civil 3D has an AMAZING amount of built-in tools which are great (and probably save us a bunch of customization time). We should be using them to their fullest extent... but that also shouldn't deter us from exploring our capabilities 😉
@john.uhden wrote:
..but what's wrong with the export mechanism they give you?
The mechanism, to my knowledge, cannot be used consistently as a part of a routine. If I run a command with multiple steps, and an export being involved in that process, I can't have the routine pausing for user-input mid way through.. And even if I CAN use the "-EXPORTPOINTS" as part of a (command ...) call, how will I know that no elevation adjustments are being made? or transformations? I need to know how to control those 4 items.
Btw, I switched to using Civil 3D last month since I up and moved states / companies. Glad to be working with such a highly capable program with more features built-in than vanilla acad. It's good to stretch to have so many abilities at your fingertips. So looks like you & I will be going through the C3D customizations together. Might have to bounce some ideas back and forth one day.
EDIT:
And for those curious, yes I AM aware that I can just grab the Points Collection via Visual Lisp or a Point Group, then just loop through points extracting data and creating a CSV as I choose.. but there is a built-in method for exporting points via Visual Lisp, and I would prefer to use the built-in features as much as possible before creating a custom export function.
Best,
~DD