Translations:Add FEM Equation Tutorial/16/de: Difference between revisions

From FreeCAD Documentation
(Created page with "Nach dem Kopieren von {{incode|heat.py}} nach {{incode|flow.py}} passe - das Namensargument der Funktion create module an, - das Typattribut der Klasse Proxy, - die Basisklass...")
 
m (FuzzyBot moved page Translations:Add FEM equation tutorial/16/de to Translations:Add FEM Equation Tutorial/16/de without leaving a redirect: Part of translatable page "Add FEM equation tutorial")
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Nach dem Kopieren von {{incode|heat.py}} nach {{incode|flow.py}} passe - das Namensargument der Funktion create module an, - das Typattribut der Klasse Proxy, - die Basisklassen der Klassen {{incode|Proxy}} und {{incode|ViewProxy}}, - und die über die Funktion {{incode|obj.addProperty(..)}} hinzugefügten Eigenschaften an die von der Gleichung benötigten an.
Nach dem Kopieren von {{incode|heat.py}} nach {{incode|flow.py}} passe letztere Datei an folgenden Stellen an:
* das Namensargument der {{Incode|create}}-Modulfunktion,
* die Basisklassen der {{Incode|Proxy}}-Klasse,
* das {{Incode|Type}}-Attribut der {{Incode|Proxy}}-Klasse,
* die {{incode|ViewProxy}}-Klassen.

Latest revision as of 14:34, 3 November 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Add FEM Equation Tutorial)
After copying {{Incode|heat.py}} to {{Incode|flow.py}}, adjust {{Incode|flow.py}} in these locations:
* the name argument of the {{Incode|create}} module function, 
* the base classes of the {{Incode|Proxy}} class,
* the {{Incode|Type}} attribute of the {{Incode|Proxy}} class, 
* the {{Incode|ViewProxy}} classes.

Nach dem Kopieren von heat.py nach flow.py passe letztere Datei an folgenden Stellen an:

  • das Namensargument der create-Modulfunktion,
  • die Basisklassen der Proxy-Klasse,
  • das Type-Attribut der Proxy-Klasse,
  • die ViewProxy-Klassen.