
各位大虾: 请问在autocad r14中报hardware lock error. 错误内容是: Please check the connection to the hardware lock and retry,If the problem persists,contact your local authorized cad dealer. 请各大虾指教 :D
紧急招聘 autocad Designer JD 1.Response for the Engineering Drawing by the autocad tools . 2.Measure the actual Space/Object by the tools. 3.Measure electric metric by the Electrical Measure tools 要求: 1.Familiar with autocad verion 2008 • 2. 5+ years experiences in Engineering Drawing or IT Electric Drawing 3. Familiar with Thermo and Electric Measure tools, such as the FLUKE devices. ...
兄弟姐妹们: 哪位知道在VC下如何调用autocad的?急,急............ 在MFC APPWIZARD(EXE)下创建一简单程序后,建立一对话框,希望通过单击其中一个按钮,直接调出autocad r14的应用界面. 小弟我先在这儿谢拉,望大家多给意见. :em03:
安装上pythonwin32模块后,用Python连接上了autocad,一些查询的方法和属性使用正常,也可以查询到实体的坐标,返回的坐标是Tuple类型的。但是在涉及到向CAD传输坐标的时候就会报错。 例如,在autocad中加点的方法是object.AddPoint(Point) ,手册中对这个方法的Point参数是这样描述的: Point:Variant (three-element array of doubles); input-only The coordinates of the point to be created. 我无论把Point定义为Tuple、L...