This is Stephen Preston's Typepad Profile.
Join Typepad and start following Stephen Preston's activity
Stephen Preston
California, USA
Global Manager, Developer Technical Services, Autodesk
Recent Activity
Do you enjoy solving complex problems?
Posted Nov 3, 2020 at AutoCAD DevBlog
Comment
0
Is it possible to emulate command LIVESECTION with AutoCAD .NET AP
Posted Sep 25, 2020 at AutoCAD DevBlog
Comment
1
How to Implement Dynamic UCS for Custom Solids
Posted Sep 24, 2020 at AutoCAD DevBlog
Comment
0
Set "Display printable area" via API
Posted Sep 14, 2020 at AutoCAD DevBlog
Comment
0
Opensource Announcement for AutoCAD AutoLISP Extension
By Madhukar Moogala Dear Developers, Thank you for being part of the Autodesk AutoCAD developer ecosystem. As part of Autodesk Opensource Initiative, we are glad to announce a new member to the family, the “VSCode extension for AutoLISP” which is now Opensource in Github. This extension adds support for AutoCAD... Continue reading
Posted Aug 4, 2020 at AutoCAD DevBlog
Comment
3
Forge Partner Talks: August Webinars
Posted Jul 29, 2020 at AutoCAD DevBlog
Comment
0
How to Import Step (.stp) Files to AutoCAD
By Madhukar Moogala Though there is not a direct API to import a Step file in to AutoCAD drawing unlike Body.AcisIn, we use Editor.Command API to invoke Import command public void StepIn() { Document doc = Application.DocumentManager.MdiActiveDocument; Editor ed = doc.Editor; ed.Command(new object[] { "_.IMPORT", "D:\\Work\\CADFiles\\Scafolf_Bracket_Asy.stp"}); } Continue reading
Posted Jul 16, 2020 at AutoCAD DevBlog
Comment
0
Using Entitlement API within ObjectARX C++
Posted Jul 10, 2020 at AutoCAD DevBlog
Comment
0
Separate Solid Complexes into Separate Solids
Posted Jun 18, 2020 at AutoCAD DevBlog
Comment
0
Redefining Help Shortcut Key with CUI API
By Madhukar Moogala There is common need to change shortcut assigned for Help from F1 to some other key, if you look at keypad layout F1 and ESC keys are adjacent to each other, designers often use ESC to cancel running command, or deselect the objects from selection. As the... Continue reading
Posted Jun 16, 2020 at AutoCAD DevBlog
Comment
1
AutoCAD 2021 .NET API on NuGet
Posted May 9, 2020 at AutoCAD DevBlog
Comment
4
Forge Partner Talks
Posted Apr 28, 2020 at AutoCAD DevBlog
Comment
0
ObjectARX 2021: Link Errors With VS 2019
By Madhukar Moogala Q: We are getting link error compiling code for AutoCAD 2021 with Visual Studio 2019 and ObjectARX SDK 2021. A. The AutoCAD code for 3D modelling entities namely AcDbSubDMesh, AcDb3dSolid, AcDbRegion, AcDbAsmBody, AcDbShape etc are now ported to new library AcGeomEnt.lib The declaration for almost all 3D... Continue reading
Posted Apr 2, 2020 at AutoCAD DevBlog
Comment
2
Where Can I Find AsdkHlrApi24.dbx ?
Posted Mar 30, 2020 at AutoCAD DevBlog
Comment
1
Connecting Oracle Database with AutoCAD
Posted Mar 30, 2020 at AutoCAD DevBlog
Comment
3
Subscribe to Stephen Preston’s Recent Activity