ILayoutResults¶
- class ILayoutResults¶
Bases:
ImpactCOMWrapperBase- Description:
Stores the results of creating a layout.
Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance
- property fitted_sheet_percent¶
Gets fitted_sheet_percent.
- Description:
Gets the percentage usage of the fitted sheet.
- Returns:
The value of fitted_sheet_percent.
- Return type:
fitted_sheet_percent (float)
- property fitted_sheet_x¶
Gets fitted_sheet_x.
- Description:
Gets the extents of the fitted sheet in the X direction.
- Returns:
The value of fitted_sheet_x.
- Return type:
fitted_sheet_x (float)
- property fitted_sheet_y¶
Gets fitted_sheet_y.
- Description:
Gets the extents of the fitted sheet in the Y direction.
- Returns:
The value of fitted_sheet_y.
- Return type:
fitted_sheet_y (float)
- property generated_columns¶
Gets generated_columns.
- Description:
Gets the number of generated columns in the layout.
- Remarks:
Note that this value might be returned as zero for a combination layout.
- Returns:
The value of generated_columns.
- Return type:
generated_columns (int)
- property generated_rows¶
Gets generated_rows.
- Description:
Gets the number of generated rows in the layout.
- Remarks:
Note that this value might be returned as zero for a combination layout.
- Returns:
The value of generated_rows.
- Return type:
generated_rows (int)
- property layout¶
Gets Layout.
- Description:
Gets the layout created (if any).
- Remarks:
This property will be null if no layout was created.
- property number_up¶
Gets number_up.
- Description:
Gets the number of one ups in the layout.
- Returns:
The value of number_up.
- Return type:
number_up (int)
- property result¶
Gets Result.
- Description:
Gets the result of the operation.
- Returns:
The value of Result.
- Return type:
- property rule_x¶
Gets rule_x.
- Description:
Gets the extents of the rule in the X direction.
- Returns:
The value of rule_x.
- Return type:
rule_x (float)
- property rule_y¶
Gets rule_y.
- Description:
Gets the extents of the rule in the Y direction.
- Returns:
The value of rule_y.
- Return type:
rule_y (float)
- property stock_sheet_percent¶
Gets stock_sheet_percent.
- Description:
Gets the percentage usage of the stock sheet.
- Returns:
The value of stock_sheet_percent.
- Return type:
stock_sheet_percent (float)
- property stock_sheet_x¶
Gets stock_sheet_x.
- Description:
Gets the extents of the stock sheet in the X direction.
- Returns:
The value of stock_sheet_x.
- Return type:
stock_sheet_x (float)
- property stock_sheet_y¶
Gets stock_sheet_y.
- Description:
Gets the extents of the stock sheet in the Y direction.
- Returns:
The value of stock_sheet_y.
- Return type:
stock_sheet_y (float)