autocad
Circumflex accent before c IN LISP
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?[详细]
2023-03-21 02:41 分类:问答Drop to AutoCAD, different behaviors
I\'m struggling with a difference between drag-and-drop from Windows Shell -> AutoCAD and drag-and-drop from our app -> AutoCAD.[详细]
2023-03-19 05:44 分类:问答Open and edit DWG file without AutoCAD
I am trying to open a DWG file in VB.NET forms withou开发者_运维知识库t opening AutoCAD. However, a problem occurs:[详细]
2023-03-16 10:57 分类:问答I need a library and some tips to process a few DXF files
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.[详细]
2023-03-14 06:33 分类:问答Programmatically convert autocad file to visio diagram
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[详细]
2023-03-10 18:21 分类:问答c# + autocad mirror command
var commandString = string.Format(\"_.mirror _C\\r{0}\\r{1}\\r {2}\\r{3} _n\\r\", pEnd.ToString2D(), pStart.ToString2D(), axialPStart.ToString2D(), axialPEnd.ToString2D());[详细]
2023-03-10 05:31 分类:问答Rotate ACAD element around Z-axis
I want to rotate an ACAD (AutoCAD 2008) element around the Z-Axis. I already have the following code snippet:[详细]
2023-03-04 17:44 分类:问答Direct3D Viewports within viewport
I\'m creating an AutoCAD viewer using directX, and am trying to implement paperspace/modelspace functionality.[详细]
2023-02-27 17:51 分类:问答Are there libraries to assist in AutoCAD structure extraction?
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[详细]
2023-02-27 08:16 分类:问答AInsert Block in AcadTable
I need to insert an AcadBlockReference into AcadTable, but i\'ve got an error with the block ObjectId property.[详细]
2023-02-25 18:28 分类:问答