Skip to content

editorGlobalsMoveAction

Class: MoveAction

An action which will apply a transform to a nesting.

Hierarchy

MoveAction

Index

Constructors

Properties

Methods

Constructors

constructor

+ new MoveAction(transform: Matrix4, subjectNesting: Nesting): MoveAction

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

Parameters:

Name Type
transform Matrix4
subjectNesting Nesting

Returns: MoveAction

Properties

Private Readonly subjectNesting

subjectNesting: Nesting

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

The nesting that will be transformed.


Private Readonly transform

transform: Matrix4

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

The transform that will be applied to the nesting.

Methods

getSubjectNesting

getSubjectNesting(): Nesting

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

Returns: Nesting


getTransform

getTransform(): Matrix4

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

Returns: Matrix4