Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Right now we are able to export PDF, DWG and Step. I want to be able to add Parasolid files (.x_b), should i add Parasolid to below code or something else? Hope i'm being clear.
checkpdfs = Nz(Me.chkPDFs, 0)
Checkdwgs = Nz(Me.chkDWGs, 0)
checkdxfs = Nz(Me.chkDXFs, 0)
checksteps = Nz(Me.chkSteps, 0)
Solved! Go to Solution.