摘要: Download the Microsoft Visual Basic for Applications Module (VBA)2016 DownloadsAutoCAD 2016 VBA module 32-bit(exe - 70206Kb)AutoCAD 2016 VBA module 64... 阅读全文
posted @ 2015-08-30 01:12 Yself 阅读(879) 评论(0) 推荐(0) 编辑
摘要: 1 AcDbObjectPointer aHelix; 2 aHelix.create(); 3 aHelix->setAxisPoint(AcGePoint3d(0, 0, 10)); 4 aHelix->setAxisVector(AcGeVector3d(0, 0, 1)); 5 aHeli... 阅读全文
posted @ 2015-08-29 15:37 Yself 阅读(284) 评论(0) 推荐(0) 编辑
摘要: AcDb2dPolylineAcDb3dPolylineAcDbArcAcDbCircleAcDbEllipseAcDbLeaderAcDbLineAcDbPolylineAcDbRayAcDbSpline AcDbHelixAcDbXline 阅读全文
posted @ 2015-08-29 14:12 Yself 阅读(428) 评论(0) 推荐(0) 编辑
摘要: GroupDictionaryMLStyleDictionaryLayoutDictionaryPlotStyleNameDictionaryMaterialDictionaryVisualStyleDictionaryColorDictionaryScaleListDictionaryNamedO... 阅读全文
posted @ 2015-08-29 13:07 Yself 阅读(312) 评论(0) 推荐(0) 编辑
摘要: AcDbBlockTableAcDbLayerTableAcDbTextStyleTableAcDbLinetypeTableAcDbViewTableAcDbUCSTableAcDbViewportTableAcDbRegAppTableAcDbDimStyleTable 阅读全文
posted @ 2015-08-29 13:04 Yself 阅读(397) 评论(0) 推荐(0) 编辑
摘要: 1 int i = 0; 2 AcEdCommandIterator* iter = nullptr; 3 for (iter = acedRegCmds->iterator(); !iter->done(); iter->next()) 4 ... 阅读全文
posted @ 2015-08-29 12:40 Yself 阅读(550) 评论(0) 推荐(0) 编辑
摘要: Autodesk Developer NetworkObjectARX WizardsThe ObjectARX Wizards for AutoCAD 2016 for Visual Studio 2012 and 2013ObjectARX 2016 Wizard (zip - 636Kb)Th... 阅读全文
posted @ 2015-08-28 07:00 Yself 阅读(7132) 评论(0) 推荐(0) 编辑