Parts List <IvPartsList>

Synopsis

IvPartsList creates an Inventor Parts List on the drawing sheet. This parts list will present information from a specified assembly.

Mixins

IvPartsListModifier

IvCommonTableMixin

BasePart

Parameters

Name Type Description
sheet part (From IvCommonTableMixin) Part representing the drawing sheet on which to place the table. Defaults to parent.
placementPoint part (From IvCommonTableMixin) Anchor point of the table -- specifies the position of the top right corner of the table on the sheet.
Model part (Required) Identifies the assembly to be used to provide the parts list data.
Level name Sets the type of numbering for the parts list. Valid values are: :PartsOnly (default), and :FirstLevelComponents.
NumberOfSections integer Sets the number of sections desired in the parts list . Defaults to 1.
WrapLeft? boolean Specifies whether to move the sections to the left or the right when the number of rows increase. Defaults to True (wrap left).
WrapAutomatically? boolean If set to True , the parts list table is split equally. Defaults to True .
MaximumRows integer Maximum number of rows per section. Defaults to value of 'NumberOfSections'.
ShowTitle? boolean Property that specifies the whether to show the title of the parts list . Defaults to True .
Title string Title of the Parts List . Defaults to "Parts List" .
HeadingPlacement name Location of the heading. Valid values are: :AtTop (default), :AtBottom, :NoHeading.
layer string The name of the layer style to be used for the parts list . Defaults to "Default", which triggers the use of the object default layer style.
TableDirection name Direction of the table based on the Item numbers. Valid values are: :TopDown (default), and :BottomUp.
RowLineSpacing name Spacing between the rows. Valid values are: :SingleLine (default), :DoubleLine, and :TripleLine.
Style string Parts List Style name.
StyleTitle string Text style name used for the title of the parts list .
StyleHeading string Text style name used for the column titles (headers).
StyleDataText string Text style name used for the contents of the parts list .