User contributions for LabRPS
Jump to navigation
Jump to search
29 October 2024
- 18:3818:38, 29 October 2024 diff hist +33 Workbenches No edit summary
- 18:0218:02, 29 October 2024 diff hist −540 Workbenches →External workbenches
- 17:5717:57, 29 October 2024 diff hist +135 Plugin Creation →LabRPS Plugins current
- 17:5017:50, 29 October 2024 diff hist −825 Online Help Toc No edit summary current
- 17:3317:33, 29 October 2024 diff hist −367 Template:Powerdocnavi No edit summary current
- 17:1617:16, 29 October 2024 diff hist +2,671 N 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..." current
- 17:1317:13, 29 October 2024 diff hist +15,296 N 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..." current
- 17:1317:13, 29 October 2024 diff hist 0 N File:Qtpropeditor.jpg No edit summary current
- 17:1217:12, 29 October 2024 diff hist 0 N File:Qtdesigner-screenshot.jpg No edit summary current
- 17:1217:12, 29 October 2024 diff hist 0 N File:Qttestdialog.jpg No edit summary current
- 17:1117:11, 29 October 2024 diff hist 0 N File:LabRPS creating interfaces.svg No edit summary current
- 16:4316:43, 29 October 2024 diff hist +4,052 Licence No edit summary current
- 15:3915:39, 29 October 2024 diff hist −4,628 Power users hub No edit summary current
- 12:5512:55, 29 October 2024 diff hist +13,709 N 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..." current
- 12:5512:55, 29 October 2024 diff hist 0 N File:SI-Derived-Units.jpg No edit summary current
- 12:4812:48, 29 October 2024 diff hist +1,376 N 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..." current
- 12:4212:42, 29 October 2024 diff hist +876 N 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..." current
- 12:2612:26, 29 October 2024 diff hist −904 Scripting and macros No edit summary current
- 12:2012:20, 29 October 2024 diff hist +4,205 N 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..." current
- 12:0512:05, 29 October 2024 diff hist +2,000 N 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:4811:48, 29 October 2024 diff hist +2,415 N 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..." current
- 11:4711:47, 29 October 2024 diff hist 0 N File:LabRPS 01 example.png No edit summary current
- 11:2611:26, 29 October 2024 diff hist +3,827 N 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..." current
- 11:1411:14, 29 October 2024 diff hist 0 N File:Exercise python 10.jpg No edit summary current
- 11:1411:14, 29 October 2024 diff hist 0 N File:Exercise python 09.jpg No edit summary current
- 11:1311:13, 29 October 2024 diff hist 0 N File:Exercise python 08.jpg No edit summary current
- 11:1311:13, 29 October 2024 diff hist 0 N File:Exercise python 06.jpg No edit summary current
- 11:1211:12, 29 October 2024 diff hist 0 N File:Exercise python 07.jpg No edit summary current
- 11:1211:12, 29 October 2024 diff hist +9,300 N 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..." current
- 11:0911:09, 29 October 2024 diff hist +1,915 N 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:0211:02, 29 October 2024 diff hist +105 N Template:Manual:TOC Created page with "<div id="toc" class="manualtoc" style="float:right; margin:10px 0px 10px 10px;">{{:Manual:Summary}}</div>" current
- 10:3210:32, 29 October 2024 diff hist +7,165 N 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..." current
- 09:0009:00, 29 October 2024 diff hist −719 Getting started No edit summary current
- 08:4008:40, 29 October 2024 diff hist 0 N File:LabRPS interface base divisions.png No edit summary current
28 October 2024
- 18:0518:05, 28 October 2024 diff hist −68 Installing No edit summary current
- 17:5917:59, 28 October 2024 diff hist −29 Template:Userdocnavi No edit summary current
- 17:5217:52, 28 October 2024 diff hist −157 Addon No edit summary current
- 17:4817:48, 28 October 2024 diff hist +1,404 N 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:2917:29, 28 October 2024 diff hist −709 User hub No edit summary current
- 17:2717:27, 28 October 2024 diff hist +93 N Category:Command Reference Created page with "This category contains the help pages of each of LabRPSCommand. Category:Categories" current
- 17:2617:26, 28 October 2024 diff hist +3,944 N 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|..." current
- 17:1517:15, 28 October 2024 diff hist +94 N List of Commands Created page with "This category contains the help pages of each of LabRPS Command. Category:Categories" current
- 16:5516:55, 28 October 2024 diff hist −147 Frequently asked questions →Where can I find workarounds for features that LabRPS currently does not support? current
- 16:5416:54, 28 October 2024 diff hist −102 Frequently asked questions →Is there documentation for newcomers? How can I learn to use LabRPS?
- 16:5316:53, 28 October 2024 diff hist −221 Frequently asked questions →I want to import/export data in format XYZ to/from LabRPS. How do I do that?
- 16:5316:53, 28 October 2024 diff hist −47 Frequently asked questions →Can I reuse any part of the LabRPS artwork or pieces of the website?
- 16:4816:48, 28 October 2024 diff hist +116 N Category:Python Code Created page with "This category contains python code examples for LabRPS Category:Poweruser Documentation Category:Categories" current
- 16:4516:45, 28 October 2024 diff hist +99 N Category:Developer Documentation Created page with "This category gathers documentation article mostly aimed at programmers Category:Documentation" current
- 16:4416:44, 28 October 2024 diff hist +144 N Category:Poweruser Documentation Created page with "This category shows documentation articles dealing with python scripting, which are directed at more advanced users. Category:Documentation" current
- 16:4016:40, 28 October 2024 diff hist −305 Interface No edit summary