Creates an Inventor Parts List on the drawing sheet. This parts list will present information from a specified assembly or part document.
InvObjectMixin
RULE NAME |
DESCRIPTION |
TYPE |
DEFAULTS |
CATEGORY |
FLAGS |
invFileName |
File name of the assembly or part document that this partslist represents. |
String |
""
|
Inventor |
Cached Required |
invPosition |
Anchor point of the table. Specifies the position of the top right corner of the table on the sheet. |
Point |
p(0,0) |
Inventor |
Cached Required |
invLevel |
Sets the type of numbering for the parts list. This is applicable only in the case of Assembly document. For example: kPartsOnly, kStructured, kStructuredAllLevels |
String |
""
|
Inventor |
Cached Required |
invNumberingScheme |
Sets the numbering scheme used for a "parts only" parts list. For example: kNumericNumbering, kLowercaseAlphaNumbering,kUppercaseAlphaNumbering |
String |
""
|
Inventor |
Cached Required |
invWrapLeft |
Controls whether to move the sections to the left or the right when the number of rows increase. Defaults to "true" (wrap left). |
Boolean |
true
|
Inventor |
Cached |
invNumberOfSections |
Sets the number of sections desired in the parts list. |
Number |
1 |
Inventor |
Cached |
invMinimumDigits |
Minimum Number of Digits. |
Number |
2
|
Inventor |
Cached |
invMaximumRows |
Maximum number of rows per section. |
Number |
0.0 |
Inventor |
Cached |
invDelimiter |
Sets a delimiter for structured item numbering. |
String |
""
|
Inventor |
Cached |
invStyle |
Inventor style to be applied. |
String |
""
|
Inventor |
Cached |
invXData |
Data passed in here is stored as Inventor’s attributes on this object. Only string values can be stored and the structure is "[["AttSetName" ,["AttName","AttValue""]], ["AttSetName1" ,["AttName1","AttValue""]]…]" Where AttSetName = AttributeSet name AttName = Attribute name AttValue = Attribute value
Example: "[["myData" ,["County","Orange""]],["ExportPaths" , ["PartSheet", "C:\\temp\\cache\\Parts"]], [ "ExportPaths" , ["AssemblySheet", "C:\\temp\\cache\\Assemblies"]]" |
String |
"" |
Inventor |
Cached Parameter |
Project Example:
In your kBridge Examples Projects folder open the project called ‘Table_KB_Inventor_Example’.
Reference Location:
"world.tableapplication1.drawingdocuments.drawingdocuments0.sheetdocuments.
SheetDocumentTable0.partslists.partslists0"
Link: https://knowledgebridge.engineer/projects
InvPartsList output example: