Translations:Mesh/12/en: Difference between revisions

From FreeCAD Documentation
(Importing a new version from external source)
(Importing a new version from external source)
 
Line 1: Line 1:
When an object with a solid [[Shape|Shape]] is used in the [[FEM_Workbench|FEM Workbench]] it will be discretized into a triangular mesh. In this case, the resulting object is a [[FEM_Mesh|Fem FemMeshObject]] ({{incode|Fem::FemMeshObject}} class), and is not derived from a [[Mesh_Feature|Mesh Feature]] ({{incode|Mesh::Feature}} class).
When an object with a solid [[Shape|Shape]] is used in the [[FEM_Workbench|FEM Workbench]] it will be discretized into a triangular mesh. In this case, the resulting object is a [[FEM_Mesh|FEM FemMeshObject]] ({{incode|Fem::FemMeshObject}} class), and is not derived from a [[Mesh_Feature|Mesh Feature]] ({{incode|Mesh::Feature}} class).

Latest revision as of 11:27, 13 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 (Mesh)
When an object with a solid [[Shape|Shape]] is used in the [[FEM_Workbench|FEM Workbench]] it will be discretized into a triangular mesh. In this case, the resulting object is a [[FEM_Mesh|FEM FemMeshObject]] ({{incode|Fem::FemMeshObject}} class), and is not derived from a [[Mesh_Feature|Mesh Feature]] ({{incode|Mesh::Feature}} class).

When an object with a solid Shape is used in the FEM Workbench it will be discretized into a triangular mesh. In this case, the resulting object is a FEM FemMeshObject (Fem::FemMeshObject class), and is not derived from a Mesh Feature (Mesh::Feature class).