harrison-matt 发表于 2022-7-6 21:51:27

VB.NET - Export to DXF Help (R

Hey,
 
Does anyone know the format or syntax of exporting to dxf in VB.Net?

Autodesk.Revit.CADExportOptions
 
Or just some help on VB.Net will work!
 
Thanks,
Matt

bsamc2000 发表于 2022-7-6 23:00:10

I'm not sure about Revit but with most Autodesk products you can use something like the following.
 
 
   Call oDrawDoc.SaveAs(oPath & "\PDF\" & oName & ".pdf", True)
页: [1]
查看完整版本: VB.NET - Export to DXF Help (R