I\'m studing lisp and I found this: (zoom in)^C ^C , but the text开发者_JAVA百科 don\'t explain it, and I searched \"^C ^C\" in other places but didn\'t found anything. Can someone here help-me?
I\'m struggling with a difference between drag-and-drop from Windows Shell -> AutoCAD and drag-and-drop from our app -> AutoCAD.
I am trying to open a DWG file in VB.NET forms withou开发者_运维知识库t opening AutoCAD. However, a problem occurs:
I need to help a friend with automating a task and find myself in need of some information. Basically there are a bunch of DWG files i need to process and i would rather do it by coding than by hand.
I am drying to convert autocad file (dwg or dxf format) to visio file. I can manually insert auto cad file in visio and then convert the cad drawing object to visio shapes. This works fine. I tried to
var commandString = string.Format(\"_.mirror _C\\r{0}\\r{1}\\r {2}\\r{3} _n\\r\", pEnd.ToString2D(), pStart.ToString2D(), axialPStart.ToString2D(), axialPEnd.ToString2D());
I want to rotate an ACAD (AutoCAD 2008) element around the Z-Axis. I already have the following code snippet:
I\'m creating an AutoCAD viewer using directX, and am trying to implement paperspace/modelspace functionality.
I need to query AutoCAD models to extract structures and connections (e.g., power, data) between them, for storage in a database. I know from experience and research that handling native AutoCAD .dwg
I need to insert an AcadBlockReference into AcadTable, but i\'ve got an error with the block ObjectId property.