editor › Globals › MergeAction
Class: MergeAction
An action which will merge two nestings at the given plates.
Hierarchy
↳ MergeAction
Index
Constructors
Properties
Methods
Constructors
constructor
+ new MergeAction(plateToAdd: Plate, plateToAddTo: Plate): MergeAction
Defined in src/modules/kyub.core.svgObjExporter/src/manualNesting/NestingSuggestion.ts:92
Parameters:
| Name | Type |
|---|---|
plateToAdd |
Plate |
plateToAddTo |
Plate |
Returns: MergeAction
Properties
Private Readonly plateToAdd
• plateToAdd: Plate
Defined in src/modules/kyub.core.svgObjExporter/src/manualNesting/NestingSuggestion.ts:86
Plate of the to be added nesting where both nestings will be connected.
Private Readonly plateToAddTo
• plateToAddTo: Plate
Defined in src/modules/kyub.core.svgObjExporter/src/manualNesting/NestingSuggestion.ts:92
Plate of the to be added to nesting where both nestings will be connected.
Methods
getPlateToAdd
▸ getPlateToAdd(): Plate
Defined in src/modules/kyub.core.svgObjExporter/src/manualNesting/NestingSuggestion.ts:100
Returns: Plate
getPlateToAddTo
▸ getPlateToAddTo(): Plate
Defined in src/modules/kyub.core.svgObjExporter/src/manualNesting/NestingSuggestion.ts:104
Returns: Plate