Skip to content

editorGlobalsIPlateSplittingStrategy

Interface: IPlateSplittingStrategy

Hierarchy

  • IPlateSplittingStrategy

Implemented by

Index

Methods

Methods

getPlateToBeSplit

getPlateToBeSplit(plateA: Plate, plateB: Plate): Plate

Defined in src/model/data/Component/plateMerging/IPlateSplittingStrategy.ts:20

Given the two plates, select the one that should be split

Parameters:

Name Type Description
plateA Plate -
plateB Plate -

Returns: Plate


initialize

initialize(assembly: any): void

Defined in src/model/data/Component/plateMerging/IPlateSplittingStrategy.ts:13

Initializes the strategy with the assembly that should be analyzed

Parameters:

Name Type Description
assembly any -

Returns: void