Inherits: AssociatedPart < DesignItem < ScriptObject
Associated parts are parts attached to a Part, Component or Document which are not visible on a design but appear in the bill of materials.
Properties
| Name | Type | Get/Set | Brief |
|---|---|---|---|
| MinQuantity | int | Yes/Yes | The minimum quantity allowed for this associated part. |
| Name | str | Yes/Yes | The name of this associated part. |
| Quantity | int | Yes/Yes | How many of this associated part are attached to the “owner” item. |
Property Details
MinQuantity
Type: int
The minimum quantity allowed for this associated part.
Name
Type: str
The name of this associated part.
Quantity
Type: int
How many of this associated part are attached to the “owner” item.