- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to write AutoLisp scripts within AutoCAD Map 3D. I am new to AutoLisp but I am used to write scripts and to programming in other languages. I am sure this is answered somewhere but I just cannot find it.
I am having a hard time to find out command documentation for AutoCAD commands. I have done searches with google and within the help section of AutoCAD and I have tried to find similar solved questions in the forums, but failed, for instance I have found:
acdmaclt_2013_command_reference_guide.pdf
,and the following:
Where to get the AutoCAD Map AutoLISP Reference
As an example I would like to find out documentation for "_mapdwgtosdf" (or other commands/functions). I have found documentation by hitting F1 when hovering on the map 3d export button:
Planning And Analysis Workspace, click Output tab
Map Data Transfer panel
Map 3D Export. ![]()
However I have failed to find documentation how to use that funtion within AutoLISP code.
Where do you read command/function documentation?
Is it possible within the Visual LISP editor to turn on something like "command argument suggestions"?
Or is there any command/function within AutoCAD that could display the command arguments, like "show_arguments(_mapdwgtosdf)"
Any help is appreciated,
Best Regards,
Peter
Solved! Go to Solution.