Cadit Panel for Assembly.ini

Prev Next

Cadit Panel for Assembly.ini contains configuration settings for the custom iLogic ribbon panel.
The ribbon panel is in the Assembly, Assemble ribbon.

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
Value Description
[Panel] Panel section
Title= Text Title or text on the panel.
Default: Cadit Custom
[Button1]

[Button2] …
Button number to place the custom function
Title= Text Title or text on the button
ToolTip= Text Tooltip text for the button
Rule= Filename and path iLogic rule path and filename. If path is omitted the file must reside in the Settings subfolder
ShowIcon= 1 If set to 0, the icon is not shown.
Default: 1
StandardIcon= Filename and path Name 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 path Name and path of large (32x32) icon file in png format. If path is omitted the file must reside in the Settings subfolder
VUseLargeIcon= 0 If set to 1, the file from LargeIcon is used, else the file from StandardIcon.
Default: 0

See also Cadit Panel for Drawing.ini, Cadit Panel for Part.ini and Cadit Panel for Sheet Metal Part.ini

Example: Cadit Panel for Assembly.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