FormIt Plugin API v25.0.0 (2025.0.0)
Loading...
Searching...
No Matches
FormIt.Edit API

Description

Functions

json FormIt.Edit.Cut ()
 Cuts the selection to the internal FormIt clipboard (not system clipboard).
 
json FormIt.Edit.Copy ()
 Copy the selection to the internal FormIt clipboard (not system clipboard)... Parameters: Out: JSON_UNDEFINED
 
json FormIt.Edit.Delete ()
 Delete the selection.
 
json FormIt.Edit.Paste ()
 Paste from the internal FormIt clipboard (not system clipboard).
 
json FormIt.Edit.PasteInPlace ()
 Paste in Place from the internal FormIt clipboard (not system clipboard) into the same world space the original geometry occupied.
 
json FormIt.Edit.Redo ()
 
json FormIt.Edit.Undo ()
 

Function Documentation

◆ Copy()

json FormIt.Edit.Copy ( )

Copy the selection to the internal FormIt clipboard (not system clipboard)... Parameters: Out: JSON_UNDEFINED

Returns
JSON_UNDEFINED, i.e. {}

◆ Cut()

json FormIt.Edit.Cut ( )

Cuts the selection to the internal FormIt clipboard (not system clipboard).

Parameters: Out: JSON_UNDEFINED

Returns
JSON_UNDEFINED, i.e. {}

◆ Delete()

json FormIt.Edit.Delete ( )

Delete the selection.

Parameters: Out: JSON_UNDEFINED

Returns
JSON_UNDEFINED, i.e. {}

◆ Paste()

json FormIt.Edit.Paste ( )

Paste from the internal FormIt clipboard (not system clipboard).

Parameters: Out: JSON_UNDEFINED

Returns
JSON_UNDEFINED, i.e. {}

◆ PasteInPlace()

json FormIt.Edit.PasteInPlace ( )

Paste in Place from the internal FormIt clipboard (not system clipboard) into the same world space the original geometry occupied.

Parameters: Out: JSON_UNDEFINED

Returns
JSON_UNDEFINED, i.e. {}

◆ Redo()

json FormIt.Edit.Redo ( )

◆ Undo()

json FormIt.Edit.Undo ( )