MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD-macros / __RunPasteCode

Function __RunPasteCode

Conversion/MultiCopy/MultiCopyCore.py:830–875  ·  view source on GitHub ↗

Perform the 'Paste' operation based on the user's various input parameters. This function is the '__RunPasteCommands' function's CUI equivalent. Parameters ---------- selected_objs: (list) List of selected FreeCAD objects. code_string: (str) The paste co

(
    selected_objs,
    code_string,
    paste_document,
    copy_document,
    copy_type,
    delete_selection,
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

RunFromGuiFunction · 0.85
RunFunction · 0.85

Calls 1

__solve_paste_codeFunction · 0.85

Tested by

no test coverage detected