Cadit Panel for Drawing.ini
  • 29 Jun 2022
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Cadit Panel for Drawing.ini

  • Dark
    Light
  • PDF

Article summary

Cadit Panel for Drawing.ini contains configuration settings for the custom iLogic ribbon panel.
The ribbon panel is in the Drawing, Place Views ribbon. It replaces the legacy CaditiLogicRibbon.ini file. The CaditiLogicRibbon.ini will not be used if the Cadit Panel for Drawing.ini exists.

The file is located in the Settings subfolder under the Common Configuration folder or the Local Configuration folder. The program first looks for the file in the Common Configuration folder, then in the Local Configuration folder.

Section
Key
ValueDescription
[Panel]Panel section
Title=TextTitle or text on the panel.
Default: Cadit Custom
[Button1]

[Button2] …
Button number to place the custom function
Title=TextTitle or text on the button
ToolTip=TextTooltip text for the button
Rule=Filename and pathiLogic rule path and filename. If path is omitted the file must reside in the Settings subfolder
ShowIcon=1If set to 0, the icon is not shown.
Default: 1
StandardIcon=Filename and pathName and path of standard (16x16) icon file in png format. If path is omitted the file must reside in the Settings subfolder
LargeIcon=Filename and pathName and path of large (32x32) icon file in png format. If path is omitted the file must reside in the Settings subfolder
VUseLargeIcon=0If set to 1, the file from LargeIcon is used, else the file from StandardIcon.
Default: 0

See also Cadit Panel for Assembly.ini, Cadit Panel for Part.ini and **Cadit Panel for Sheet Metal Part.ini** and CaditiLogicRibbon.ini

Example: Cadit Panel for Drawing.ini
Any line starting with a semicolon (;) will be ignored.

; [Panel]
; Title=Cadit Custom

; [Button1]
; Title=Command 1
; ToolTip=Sample command 1
; Rule=command1.txt
; ShowIcon=1
; StandardIcon=command1_16.png
; LargeIcon=command1_32.png
; UseLargeIcon=0

; [Button2]
; Title=Command 2
; ToolTip=Sample command 2
; Rule=command2.txt
; ShowIcon=1
; StandardIcon=command2_16.png
; LargeIcon=command2_32.png
; UseLargeIcon=0

[Button3]
Title=DWG to ZIP
ToolTip=DWG to ZIP
;Rule=C:\X\Cadit\idwtodwgtozip.txt
Rule=C:\Users\Public\Documents\Autodesk\Inventor 2018\CaditInventor\ILogic\idwtodwgtozip.txt

Was this article helpful?