Std MergeProjects

From LabRPS Documentation
Revision as of 06:52, 25 July 2024 by LabRPS (talk | contribs) (Created page with " {{Docnav |Export |ProjectInfo |Std File Menu |IconL=Std_Export.svg |IconR=Std_ProjectInfo.svg |IconC=Labrps.svg }} {{GuiCommand |Name=Std MergeProjects |MenuLocation=File → Merge project... |Phenomena=All }} ==Description== The '''Std MergeProjects''' command adds the contents of a LabRPS file into the active document. ==Usage== # Select the {{MenuCommand|File → 16px Merge pr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Arrow-left.svg Previous: Std Export.svg Export

Std MergeProjects.svg Std MergeProjects

Menu location
File → Merge project...
Phenomena
All
Default shortcut
None
Introduced in version
-
See also
None

Description

The Std MergeProjects command adds the contents of a LabRPS file into the active document.

Usage

  1. Select the File → Std MergeProjects.svg Merge project... option from the menu.
  2. Select a LabRPS file in the dialog box.
  3. Press the Open button.

Options

  • Press Esc or the Cancel button to abort the command.

Notes

  • A project cannot be merged with itself, selecting the current file is not allowed.
  • LabRPS will automatically change the internal names and, depending on the preferences, labels of objects to avoid name conflicts.

Scripting

See also: Autogenerated API documentation and LabRPS Scripting Basics.

To merge a project use the mergeProject method of the document object.

import LabRPS

LabRPS.ActiveDocument.mergeProject("Path_to_RPSStd_project_file")


Arrow-left.svg Previous: Std Export.svg Export