Files
MsAddIns/RingPlacementAddin/commands.xml
2026-02-28 21:01:57 +08:00

31 lines
931 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<KeyinTree xmlns="http://www.bentley.com/schemas/1.0/MicroStation/AddIn/KeyinTree.xsd">
<!--根键入表-->
<RootKeyinTable ID="root">
<Keyword SubtableRef="Commands" CommandWord="RingPlacement">
<Options Required="true" />
</Keyword>
</RootKeyinTable>
<!--子键入表-->
<SubKeyinTables>
<KeyinTable ID="Commands">
<Keyword SubtableRef="FromCmd" CommandWord="Commands">
<Options Required="true" />
</Keyword>
</KeyinTable>
<KeyinTable ID="FromCmd">
<Keyword CommandWord="PlaceRings" />
</KeyinTable>
</SubKeyinTables>
<!--命令键入完整的对应处理函数-->
<KeyinHandlers>
<KeyinHandler Keyin="RingPlacement Commands PlaceRings" Function="RingPlacementAddin.Commands.PlaceRings"/>
</KeyinHandlers>
</KeyinTree>