ICorrugatedMaterialComponents¶
- class ICorrugatedMaterialComponents¶
Bases:
ImpactCOMWrapperBase,Iterable- Summary:
A collection of ICorrugatedMaterialComponent objects specific to an ICorrugatedMaterial.
- Remarks:
Introduced in Impact 6.1.0.21
Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance
- property count¶
Gets Count.
- Summary:
The number of components in this collection.
- Returns:
The value of Count.
- Return type:
count (int)
- isNone()¶
Checks if the COM object is None. This is useful for determining if the wrapper has been initialized with a valid COM object.
- item(index)¶
- Summary:
Gets the component at the specified position.
- Parameters:
index (int) – The position of the component in this collection.