Here is what I am trying to do:
I have .DWG (from mechanical desktop)files that have both 3D & 2D entities in them. not able to export(step or iges) the complete data out of Mechanical desktop. If I use step, I am losing 2d drawing data. If I use IGES, i am losing 3d data.
I would like to...
Hi,
Here is what I am trying to do:
I have .DWG (from mechanical desktop)files that has both 3D & 2D entities in them. I'm not able to export the complete data out of Mechanical desktop. If I use step, I am losing 2d drawing data. If I use IGES, i am losing 3d data.
I would like to (through VB...
Hi,
Here is what I am trying to do:
I have .DWG (from mechanical desktop)files that has both 3D & 2D entities in them. I'm not able to export the complete data out of Mechanical desktop. If I use step, I am losing 2d drawing data. If I use IGES, i am losing 3d data.
I would like to (through VB...
Here is what I am trying to do:
I have .DWG (from mechanical desktop)files that have both 3D & 2D entities in them. not able to export(step or iges) the complete data out of Mechanical desktop. If I use step, I am losing 2d drawing data. If I use IGES, i am losing 3d data.
I would like to...
Hi,
I am trying to read .DWG file through VB, scan all the 2D and 3D. Looking for some sample code that works for both Model Space and Paper Space. Thanks in advance.
y2kmvr
Hi,
I would like to search 3D entities and 2D entities in .DWG file.Can someone help me with the logic/syntax/code. I am new to AutoCAD
Thanks in advance
y2kmvr
What is the best way to replace this statement using SendCommand.
ACADApp.ActiveDocument.Export exportFile, "STP", sset1
using SendCommand.
Any documentation/help/synatx is useful.
As always, thanks for your help.
Hi evryone:
Thanks for the quick response.
The problem I am having is :
The code
ACADApp.ActiveDocument.Export exportFile, "STP", sset1
appears to work with NO errors and does not produce any rsults. If I replace "STP" with "DWG" it works fine.
In interactive AutoCAD, the export function...
Hi Everyone,
I am trying to export DXF file into STEP through VB Automation. The function/method for export does not seem to work. It is not giving any error. Please see attached code. Thanks for your help. The export function is called at the end of the program.
Private Sub Command1_Click()
Dim...