ICorrugatedMaterial

class ICorrugatedMaterial

Bases: ImpactCOMWrapperBase

Summary:

Represents the corrugated material associated with an IStandardCreator object.

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 components

Gets Components.

Summary:

A collection of the component parts that make up this corrugated material.

Returns:

The value of Components.

Return type:

components (ICorrugatedMaterialComponents)

property info_rows

Gets info_rows.

Summary:

Gets rows of display information applicable to this corrugated material.

Returns:

The value of info_rows.

Return type:

info_rows (ICorrugatedMaterialInfoRows)

property max_component_count

Gets max_component_count.

Summary:

Gets the maximum number of component parts this corrugated material can comprise.

Returns:

The value of max_component_count.

Return type:

max_component_count (int)

property valid_base_material

Gets valid_base_material.

Summary:

A flag indicating if this corrugated material has a valid base material.

Returns:

The value of valid_base_material.

Return type:

valid_base_material (bool)

property wax_impregnation_enabled

Gets wax_impregnation_enabled.

Summary:

A flag indicating if wax impregnation is enabled for this corrugated material.

Returns:

The value of wax_impregnation_enabled.

Return type:

wax_impregnation_enabled (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.

Examples