Cadit Parts List.ini
  • 10 Jun 2022
  • 3 Minutes to read
  • Contributors
  • Dark
    Light
  • PDF

Cadit Parts List.ini

  • Dark
    Light
  • PDF

Article Summary

Cadit Parts List.ini contains configuration settings for Cadit Parts List and Cadit Weld List.

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
[PartsList1]Settings for the first part list in the Cadit Parts List drop-down menu, in the Cadit panel of the Annotate ribbon.
It is possible to have 5 different parts lists. The section headers start with number 1 [PartsList1] and counting to 5 [PartsList5]
[WeldList1]Settings for the first weld list in the Cadit Weld List drop-down menu, in the Cadit Weld panel of the Annotate ribbon.
It is possible to have 5 different weld lists. The section headers start with number 1 [WeldList1] and counting to 5 [WeldList5]
Title=Drop-down menu titleThe list name used in the drop-down menu
ToolTip=Drop-down tool tipTool tip to the list name used in the drop-down menu
List=Parts list nameThe parts list style name used in the drawing document or Design Data
X=410X-coordinate of the start position of the list in the drawing.
Default: 0
Y=40Y-coordinate of the start position of the list in the drawing.
Default: 0
SortBy1=ItemThe first column to sort the list by. Value is the column header from the list.
If omitted the list is not sorted
Ascending1=1Order of sorting for the first column. If set to 0, the sorting will be descending. Else ascending.
Default: 1
SortBy2=DescriptionThe second column to sort the list by. Value is the column header from the list
Ascending2=1Order of sorting for the second column. If set to 0, the sorting will be descending. Else ascending.
Default: 1
SortBy3=Part NumberThe third column to sort the list by. Value is the column header from the list.
Ascending3=1Order of sorting for the third column. If set to 0, the sorting will be descending. Else ascending.
Default: 1
PartsListLevel=PartsOnlyType of BOM view. Legal values are PartsOnly or Structured.
Default: PartsOnly
DrawingFile=Drawing document name and pathIf the parts list style is not present in the document or Design Data, it can be copied from another drawing document. A list with the same style name as from the List key must be inserted in the source drawing.
The same source drawing can contain different lists.
If the path is omitted, the file must reside in the common folder or the local folder
DeleteList1=Part list name or *If the parts list is already inserted in the sheet, a dialog pops up with question if the list should be deleted.
Parts list names from the DeleteList keys will be added to the delete list selection set.
If DeleteList1 is set to *, all parts list found in the sheet will be deleted

See also Parts list dropdown menu

Example Cadit Parts List.ini
Any line starting with a semicolon (;) will be ignored.

[PartsList1]
Title=Parts List (Cadit)
ToolTip=CaditInventor Standard Part List (Cadit Weld)
List=CaditInventor Standard Part List (Cadit Weld)
X=410
Y=50
SortBy1=Item
Ascending1=1
PartsListLevel=PartsOnly
;PartsListLevel=Structured
DrawingFile=Cadit Parts List.idw
;DeleteList1=*
;DeleteList1=Parts List (ISO)
;Deletelist2= Material List (Cadit)

[PartsList2]
Title=Parts List (ISO)
ToolTip=Parts List (ISO)
List=Parts List (ISO)
X=410
Y=287
SortBy1=Item
DrawingFile=Cadit Parts List.idw
 
[PartsList3]
Title=Material List (Cadit)
ToolTip=Material List (Cadit)
List=Material List (Cadit)
X=410
Y=287
SortBy1=STOCK NUMBER
DrawingFile=Cadit Parts List.idw
 
[WeldList1]
Title=Weld List
ToolTip=Weld List (Cadit Weld)
List=Weld List (Cadit Weld)
X=410
Y=287
SortBy1=Weld No
DrawingFile=Cadit Parts List.idw

[WeldList2]
Title=Weld No Series List
ToolTip=Weld No Series List (Cadit Weld)
List=Weld No Series List (Cadit Weld)
X=230
Y=287
SortBy1=Weld No Series
;Ascending1=1
DrawingFile=Cadit Parts List.idw

Was this article helpful?