- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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 | Value | Description |
---|---|---|
[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 title | The list name used in the drop-down menu |
ToolTip= | Drop-down tool tip | Tool tip to the list name used in the drop-down menu |
List= | Parts list name | The parts list style name used in the drawing document or Design Data |
X= | 410 | X-coordinate of the start position of the list in the drawing. Default: 0 |
Y= | 40 | Y-coordinate of the start position of the list in the drawing. Default: 0 |
SortBy1= | Item | The first column to sort the list by. Value is the column header from the list. If omitted the list is not sorted |
Ascending1= | 1 | Order of sorting for the first column. If set to 0, the sorting will be descending. Else ascending. Default: 1 |
SortBy2= | Description | The second column to sort the list by. Value is the column header from the list |
Ascending2= | 1 | Order of sorting for the second column. If set to 0, the sorting will be descending. Else ascending. Default: 1 |
SortBy3= | Part Number | The third column to sort the list by. Value is the column header from the list. |
Ascending3= | 1 | Order of sorting for the third column. If set to 0, the sorting will be descending. Else ascending. Default: 1 |
PartsListLevel= | PartsOnly | Type of BOM view. Legal values are PartsOnly or Structured. Default: PartsOnly |
DrawingFile= | Drawing document name and path | If 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?