All public logs
Jump to navigation
Jump to search
Combined display of all available logs of LabRPS Documentation. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 08:13, 30 October 2024 LabRPS talk contribs uploaded File:Exercise spreadsheet 01.jpg
- 19:44, 29 October 2024 LabRPS talk contribs deleted page External plugins (content was: "{{Docnav |WinLab Plugin |Import Export |IconL=Plugin_WindLab.svg |IconR= }} {{TOCright}} == Introduction == External plugins are those created by power users which haven't been integrated into the main LabRPS source code. These plugins aren't supported by the core LabRPS development team, so they aren't tested to work...", and the only contributor was "LabRPS" (talk))
- 19:12, 29 October 2024 LabRPS talk contribs deleted page Part Box (content was: "{{Docnav | |Cylinder |Part |IconL= |IconR=Part_Cylinder.svg |IconC=Workbench_Part.svg }} {{GuiCommand |Name=Part Box |MenuLocation=Part → Primitives → Cube |Phenomena=Part |SeeAlso=Part Primitives }} == Description == The 24px '''Part Box''' command creates a parametric box...", and the only contributor was "LabRPS" (talk))
- 17:16, 29 October 2024 LabRPS talk contribs created page Interface creation (Created page with "{{Docnav |PySide |Dialog creation }} {{TOCright}} == Introduction == Power users have the possibility of creating interfaces to help them produce complex tools for their custom addons, such as macros or full workbenches. Interfaces are created using PySide, which is a library for using Qt with Python. 600px {{Capti...")
- 17:13, 29 October 2024 LabRPS talk contribs created page Dialog creation (Created page with "{{Docnav |Interface creation |License }} {{TOCright}} == Introduction == In this page we will show how to build a simple graphical interface with [http://qt-project.org/doc/qt-4.8/designer-manual.html Qt Designer], Qt's official tool for designing interfaces; the dialog will be converted to Python code, then it will be used inside LabRPS. We'll assume that the user knows how to edit and run Python generally. I...")
- 17:13, 29 October 2024 LabRPS talk contribs created page File:Qtpropeditor.jpg
- 17:13, 29 October 2024 LabRPS talk contribs uploaded File:Qtpropeditor.jpg
- 17:12, 29 October 2024 LabRPS talk contribs uploaded File:Qtdesigner-screenshot.jpg
- 17:12, 29 October 2024 LabRPS talk contribs created page File:Qtdesigner-screenshot.jpg
- 17:12, 29 October 2024 LabRPS talk contribs uploaded File:Qttestdialog.jpg
- 17:12, 29 October 2024 LabRPS talk contribs created page File:Qttestdialog.jpg
- 17:11, 29 October 2024 LabRPS talk contribs uploaded File:LabRPS creating interfaces.svg
- 17:11, 29 October 2024 LabRPS talk contribs created page File:LabRPS creating interfaces.svg
- 12:55, 29 October 2024 LabRPS talk contribs created page Quantity (Created page with "The quantity is a combination of a floating point number and a unit. It is used throughout all of LabRPS to handle parameters and all other kind of input/output. == General == Lots of trouble can arise when mixing up units or calculating results in different systems of units. One famous disaster is the [http://en.wikipedia.org/wiki/Mars_Climate_Orbiter#Cause_of_failure crash of the Mars Climate Orbiter] due to a unit mix-up. Even in the same system of units the unit...")
- 12:55, 29 October 2024 LabRPS talk contribs uploaded File:SI-Derived-Units.jpg
- 12:55, 29 October 2024 LabRPS talk contribs created page File:SI-Derived-Units.jpg
- 12:48, 29 October 2024 LabRPS talk contribs created page Units (Created page with "{{TOCright}} Some reading about units: *[http://en.wikipedia.org/wiki/Metrology Metrology] *[http://en.wikipedia.org/wiki/International_System_of_Units SI system] *[http://en.wikipedia.org/wiki/Imperial_units Imperial units] *[http://en.wikipedia.org/wiki/SI_derived_unit SI derived units] *[http://en.wikipedia.org/wiki/Degree_%28angle%29 angle units] *[https://github.com/3drepo/occt/blob/master/src/UnitsAPI/Units.dat unit implemented in OCC] == Examples == {{Code|cod...")
- 12:42, 29 October 2024 LabRPS talk contribs created page Gui Command (Created page with "{{TOCright}} The GuiCommand is one of the most important functions of LabRPS in the main interaction point of the user. Every time the user selects a menu item or presses a toolbar button it activates a GuiCommand. Some of the attributes of a GuiCommand are: * Defines a name * Contains an icon * Defines the scope for an undo/redo * Has a help page * Opens and controls dialogs * Macro recording * and others. == Naming == The GuiCommand is named in a standard way: ''Mo...")
- 12:20, 29 October 2024 LabRPS talk contribs created page PySide usage snippets (Created page with "== Introduction == These are snippets of code that are useful when creating interfaces with PySide. ==Some useful commands== {{Code|code= # Here the code to display the icon on the '''pushButton''', # change the name to another button, ('''radioButton, checkBox''') as well as the path to the icon, # Displays an icon on the button PushButton # self.image_01 = "C:\Program Files\LabRPS0.1.0\icone01.png" # he name of the ic...")
- 12:05, 29 October 2024 LabRPS talk contribs created page Scripting and macros (Created page with "{{Docnav |Start up and Configuration |Macros }} ==Overview of Python scripting pages== * Python related pages in the Manual: ** A gentle introduction ** Creating interface tools <!--T:9--> * Basics: ** Working with macros ** Script tutorial ** Introduction to Python ** Python_scripting_tutorial|Python scrip...")
- 11:48, 29 October 2024 LabRPS talk contribs created page Manual:What is LabRPS (Created page with "{{Docnav |Manual:Introduction |Manual:Installing |Manual start |IconL=Crystal Clear manual.png |IconC=Crystal Clear manual.png }} {{Manual:TOC}} File:LabRPS_01_example.png LabRPS aims to be a tool for the numerical simulation of random phenomena such as stochastic wind velocity, seismic ground motion, sea surface ... etc. Its integrated tool for graphical representation of data allow powerful ma...")
- 11:47, 29 October 2024 LabRPS talk contribs uploaded File:LabRPS 01 example.png
- 11:47, 29 October 2024 LabRPS talk contribs created page File:LabRPS 01 example.png
- 11:26, 29 October 2024 LabRPS talk contribs created page Manual:Introduction (Created page with "{{Docnav | |Manual:What is LabRPS |Manual start |IconC=Crystal_Clear_manual.png }} {{Manual:TOC}} 150px|center LabRPS aims to be a tool for the numerical simulation of random phenomena such as stochastic wind velocity, seismic ground motion, sea surface ... etc. Its integrated tool for graphical representation of data allow powerful mathematical treatment and visualization of the si...")
- 11:14, 29 October 2024 LabRPS talk contribs uploaded File:Exercise python 10.jpg
- 11:14, 29 October 2024 LabRPS talk contribs created page File:Exercise python 10.jpg
- 11:14, 29 October 2024 LabRPS talk contribs uploaded File:Exercise python 09.jpg
- 11:14, 29 October 2024 LabRPS talk contribs created page File:Exercise python 09.jpg
- 11:13, 29 October 2024 LabRPS talk contribs uploaded File:Exercise python 08.jpg
- 11:13, 29 October 2024 LabRPS talk contribs created page File:Exercise python 08.jpg
- 11:13, 29 October 2024 LabRPS talk contribs created page File:Exercise python 06.jpg
- 11:13, 29 October 2024 LabRPS talk contribs uploaded File:Exercise python 06.jpg
- 11:12, 29 October 2024 LabRPS talk contribs created page File:Exercise python 07.jpg
- 11:12, 29 October 2024 LabRPS talk contribs uploaded File:Exercise python 07.jpg
- 11:12, 29 October 2024 LabRPS talk contribs created page Manual:Creating interface tools (Created page with "{{Docnav |Creating parametric objects |The Community |Manual start |IconC=Crystal Clear manual.png }} {{Manual:TOC}} In many situations, it is not very user-friendly to construct an object with zero-values, like we did with the rectangle in the previous chapter, and then ask the user to fill in the Height and Width values in the Properties panel. This works for a very small number o...")
- 11:09, 29 October 2024 LabRPS talk contribs created page Manual:Summary (Created page with "<noinclude><translate> This is the table of contents used for the automatic construction of the '''LabRPS MANUAL'''. There is another table of contents for the LabRPS '''Online Help''' system. 64px|left{{clear}}</noinclude> * Introduction * Discovering LabRPS ** What is LabRPS? ** Installing *** Manual:Installing#installing_on_Windows|Instal...")
- 11:02, 29 October 2024 LabRPS talk contribs created page Template:Manual:TOC (Created page with "<div id="toc" class="manualtoc" style="float:right; margin:10px 0px 10px 10px;">{{:Manual:Summary}}</div>")
- 10:32, 29 October 2024 LabRPS talk contribs created page Manual:A gentle introduction (Created page with "{{Docnav | | |Manual start |IconC= }} [https://en.wikipedia.org/wiki/Python_%28programming_language%29 Python] is a popular, open source programming language, very often embedded in applications as a scripting language, as is the case with LabRPS. It has a series of features that make it suitable for us LabRPS users: It is very easy to learn, especially for people who had never programmed before, and it is embedded in many other applications. La...")
- 08:40, 29 October 2024 LabRPS talk contribs uploaded File:LabRPS interface base divisions.png
- 08:40, 29 October 2024 LabRPS talk contribs created page File:LabRPS interface base divisions.png
- 17:48, 28 October 2024 LabRPS talk contribs created page Addon (Created page with "{{TOCright}} == Introduction == In LabRPS and in this documentation, an addon is any component that is not part of the base installation, but that can be added to the system by certain methods. == Different types == There are three types of addons: * Macros: short snippet of Python code that provides a new tool or functionality in a single file ending with {{incode|.RPSMacro}}. * Preference Packs: distributable c...")
- 17:31, 28 October 2024 LabRPS talk contribs deleted page Std RPS object browser (content was: "{{Docnav |Visual objects property Editor |console |Std File Menu |IconL=Std_View_Visual_objects_property_editor.svg |IconR=Std_Console.svg |IconC=Labrps.svg }} {{GuiCommand |Name=Std RPS object browser |MenuLocation=View → RPS Object Browser |Phenomena=All |Version=0.001 |SeeAlso=Std_View_Visual_ob...", and the only contributor was "LabRPS" (talk))
- 17:27, 28 October 2024 LabRPS talk contribs created page Category:Command Reference (Created page with "This category contains the help pages of each of LabRPSCommand. Category:Categories")
- 17:26, 28 October 2024 LabRPS talk contribs created page Command (Created page with "==Introduction== {{TOCright}} A command is what is being executed when you press a toolbar button or type a keyboard shortcut. It can be a very simple action or a complex system that will open dialog boxes and wait for the user to perform specific tasks. Each LabRPS command has a unique name, that appears in the :Category:Command Reference page. Commands can be launched by a toolbar button, a menu item, or from a Python|...")
- 17:15, 28 October 2024 LabRPS talk contribs created page List of Commands (Created page with "This category contains the help pages of each of LabRPS Command. Category:Categories")
- 16:48, 28 October 2024 LabRPS talk contribs created page Category:Python Code (Created page with "This category contains python code examples for LabRPS Category:Poweruser Documentation Category:Categories")
- 16:45, 28 October 2024 LabRPS talk contribs created page Category:Developer Documentation (Created page with "This category gathers documentation article mostly aimed at programmers Category:Documentation")
- 16:44, 28 October 2024 LabRPS talk contribs created page Category:Poweruser Documentation (Created page with "This category shows documentation articles dealing with python scripting, which are directed at more advanced users. Category:Documentation")
- 16:27, 28 October 2024 LabRPS talk contribs created page Task panel (Created page with "{{TOCright}} == Introduction == The Task panel appears in a stand-alone dockable panel called '''Tasks'''. It is a customizable space that is able to contain any type of graphical widgets like input fields, checkboxes, spinboxes, buttons, labels, images, and other elements, depending on the currently active tool. 500px {{Caption|Task panel.}} == Working with...")
- 16:09, 28 October 2024 LabRPS talk contribs created page Preference Packs (Created page with "{{TOCright}} == Introduction == A '''Preference Pack''' is a distributable collection of user preferences that can be installed as an add-on and applied as a single set. Any user parameter that can be set in the user.cfg file can be included in a Preference Pack. Applying a preference pack sets all of the variables in the supplied CFG file without modifying any other user settings. For example, these packs can be used to create "Themes" by bundling together a custom s...")