I have a program that outputs a selection set to a dxf file. It works, but for some reason it's outputting really slow now. I think it's doing a regen because I see the following at the command prompt during the output process... Command: Grid too dense to display The code for the actual output is this... (command "DXFOUT" filename "V" "R12" "O" s "" 16) Where filename is a valid filename and s is a valid selection set. Any ideas? Thanks, Devin