Python: Export DXF w/browse option

Hi all,

Our team needs to export dxf’s in different schemes based on downstream processes. To streamline the process I’m writing a script that presents the user with a ListBox, then asks for a selection of crvs. Ideally the script would then allow the user to browse to a folder, but would apply the correct scheme and auto-populate the filetype as .dxf (instead of .3dm).

Is this even possible?

Continuing the discussion from Python Scripting Export:

Well the short answer is it’s all quite possible.