ICorrugatedMaterialComponent¶
- class ICorrugatedMaterialComponent¶
Bases:
ImpactCOMWrapperBase- Summary:
Represents an single component part of a corrugated material.
- 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 available_material_names¶
Gets available_material_names.
- Summary:
Names of the possible standard material MTS that can be used for this component.
- Returns:
The value of available_material_names.
- Return type:
available_material_names (any)
- property hint¶
Gets Hint.
- Summary:
A hint that provides details about this component.
- Returns:
The value of Hint.
- Return type:
hint (str)
- property label_text¶
Gets label_text.
- Summary:
Text describing this component.
- Returns:
The value of label_text.
- Return type:
label_text (str)
- property selected_material_index¶
Gets selected_material_index.
- Summary:
Indicates which of the materials in available_material_names is currently selected.
- Returns:
The value of selected_material_index.
- Return type:
selected_material_index (int)
- property use_wax¶
Gets use_wax.
- Summary:
A flag that indicates if wax is applied to this component.
- Returns:
The value of use_wax.
- Return type:
use_wax (bool)
- isNone()¶
Checks if the COM object is None. This is useful for determining if the wrapper has been initialized with a valid COM object.