2008

Table Of Contents
In the Schematic Components dialog box, click Close.12
Syntax for encoding an icon menu page display for footprint selection
(wdmenu "n:/myfolder/my_lookup_menu.dat" 5)
where
"n:/myfolder/my_lookup_menu.dat" = your AutoCAD Electrical icon menu
file
5 = the "*Mx" page number in that menu (x = 5)
This is entered into the third edit box, the one labeled "Footprint block name,"
where the AutoCAD block name normally goes. It signals AutoCAD Electrical
to open the icon menu file and jump to the menu page number ("5" in this
example). Then AutoCAD Electrical waits for you to pick from the icon menu
selection. The specific footprint block path/name to use is encoded into the
icon menu file page "5" (excerpt from example "my_lookup_menu.dat"
AutoCAD Electrical icon menu file shown below).
**M5
300 AMP FRAME MCP
2-D plan view|mcp_300_2dpv.sld|"MCP300-2Dp.dwg"
3-D plan insertion|mcp_300_3dpv.sld|"MCP300-3Dp.dwg"
2-D side view|mcp_300_2dsv.sld|$C=wd_infpx "MCP300-2Ds.dwg"
3-D side insertion|mcp_300_3dsv.sld|$C=wd_infpx "MCP300-3Ds.dwg"
When you select an icon from the icon menu, it returns the footprint block
".dwg" file to use. This technique of footprint selection is useful for situations
where there may be multiple possible orientations of a given footprint part
number.
Select and insert footprints | 1035