Skip to content

editorGlobalsCutAction

Class: CutAction

An action which will split a nesting at the given joint.

Hierarchy

CutAction

Index

Constructors

Properties

Methods

Constructors

constructor

+ new CutAction(joint: EdgeJoint, splitOffPlate: Plate): CutAction

Defined in src/modules/kyub.core.svgObjExporter/src/manualNesting/NestingSuggestion.ts:61

Parameters:

Name Type
joint EdgeJoint
splitOffPlate Plate

Returns: CutAction

Properties

Private Readonly cutOffPlate

cutOffPlate: Plate

Defined in src/modules/kyub.core.svgObjExporter/src/manualNesting/NestingSuggestion.ts:61

The plate that will be cut off.


Private Readonly joint

joint: EdgeJoint

Defined in src/modules/kyub.core.svgObjExporter/src/manualNesting/NestingSuggestion.ts:55

The joint specifying where to split.

Methods

getCutOffPlate

getCutOffPlate(): Plate

Defined in src/modules/kyub.core.svgObjExporter/src/manualNesting/NestingSuggestion.ts:73

Returns: Plate


getJoint

getJoint(): EdgeJoint

Defined in src/modules/kyub.core.svgObjExporter/src/manualNesting/NestingSuggestion.ts:69

Returns: EdgeJoint