Translations:FEM Tutorial Python/2/ro: Difference between revisions

From FreeCAD Documentation
(Created page with "== Introduction == This example is meant to show how a simple Finite Element Analysis (FEA) in FreeCADs FEM Module is done by python. The model from FEM_Calcu...")
 
No edit summary
Line 1: Line 1:
== Introduction ==
== Introducere ==
This example is meant to show how a simple Finite Element Analysis (FEA) in FreeCADs [[FEM_Module|FEM Module]] is done by python. The model from [[FEM_CalculiX_Cantilever_3D]] will be taken for this example.
This example is meant to show how a simple Finite Element Analysis (FEA) in FreeCADs [[FEM_Module|FEM Module]] is done by python. The model from [[FEM_CalculiX_Cantilever_3D]] will be taken for this example.

Revision as of 13:15, 9 September 2018

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 (FEM Tutorial Python)
This tutorial is meant to show how a simple Finite Element Analysis ('''FEA''') in FreeCAD's [[Image:Workbench_FEM.svg|32px]] [[FEM_Workbench|FEM Workbench]] is done using Python. The model from the [[FEM_CalculiX_Cantilever_3D|FEM CalculiX Cantilever 3D]] tutorial will be used for this example.

Introducere

This example is meant to show how a simple Finite Element Analysis (FEA) in FreeCADs FEM Module is done by python. The model from FEM_CalculiX_Cantilever_3D will be taken for this example.