FEM ElementGeometry1D/ru: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
Line 22: Line 22:
</div>
</div>


<span id="Description"></span>
==Описание==
==Описание==


Команда '''Поперечное сечение балки''' используется для определения поперечных сечений элементов балки. В настоящее время доступны следующие типы поперечных сечений: прямоугольное, круглое и трубное.
Команда '''Поперечное сечение балки''' используется для определения поперечных сечений элементов балки. В настоящее время доступны следующие типы поперечных сечений: прямоугольное, круглое и трубное.


<span id="Usage"></span>
==Применение==
==Применение==


# There are several ways to invoke the command:
# There are several ways to invoke the command:
#* Press the {{Button|[[Image:FEM_ElementGeometry1D.svg|16px]] [[FEM_ElementGeometry1D|FEM ElementGeometry1D]]}} button.
#* Press the {{Button|[[Image:FEM_ElementGeometry1D.svg|16px]] [[FEM_ElementGeometry1D|Beam cross section]]}} button.
#* Select the {{MenuCommand|Model → Element Geometry → [[Image:FEM_ElementGeometry1D.svg|16px]] Beam cross section}} option from the menu.
#* Select the {{MenuCommand|Model → Element Geometry → [[Image:FEM_ElementGeometry1D.svg|16px]] Beam cross section}} option from the menu.
# Choose the type of cross section and specify the necessary dimensions:
# Choose the type of cross section and specify the necessary dimensions:
Line 37: Line 39:
# Optionally press the {{Button|Add}} button in the task panel and then click on the edge you want to have a prescribed cross section. If the edge selection is free, all remaining edges (whose cross section is not defined by other [[FEM_ElementGeometry1D|FEM ElementGeometry1D]] objects) will be automatically assigned.
# Optionally press the {{Button|Add}} button in the task panel and then click on the edge you want to have a prescribed cross section. If the edge selection is free, all remaining edges (whose cross section is not defined by other [[FEM_ElementGeometry1D|FEM ElementGeometry1D]] objects) will be automatically assigned.


<span id="Options"></span>
==Опции==
==Опции==




<span id="Properties"></span>
==Свойства==
==Свойства==




<span id="Limitations"></span>
==Ограничения==
==Ограничения==




<span id="Notes"></span>
==Примечания==
==Примечания==


* For viewing results from CalculiX solver on the mesh expanded to the prescribed cross section, property {{incode|Beam Shell Result Output 3D}} in the [[FEM_SolverCalculixCxxtools|FEM SolverCalculixCxxtools]] need to be set to {{incode|True}}.
* For viewing results from CalculiX solver on the mesh expanded to the prescribed cross section, property {{incode|Beam Shell Result Output 3D}} in the [[FEM_SolverCalculixCxxtools|FEM SolverCalculixCxxtools]] need to be set to {{incode|True}}.


<span id="Scripting"></span>
==Программирование==
==Программирование==



Revision as of 13:27, 11 November 2023

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

FEM ElementGeometry1D

Системное название
FEM ElementGeometry1D
Расположение в меню
Model → Beam cross section
Верстаки
FEM
Быстрые клавиши
C B
Представлено в версии
-
См. также
FEM tutorial

Описание

Команда Поперечное сечение балки используется для определения поперечных сечений элементов балки. В настоящее время доступны следующие типы поперечных сечений: прямоугольное, круглое и трубное.

Применение

  1. There are several ways to invoke the command:
    • Press the Beam cross section button.
    • Select the Model → Element Geometry → Beam cross section option from the menu.
  2. Choose the type of cross section and specify the necessary dimensions:
    • Rectangular: width and height,
    • Circular: diameter,
    • Pipe: diameter and thickness.
  3. Optionally press the Add button in the task panel and then click on the edge you want to have a prescribed cross section. If the edge selection is free, all remaining edges (whose cross section is not defined by other FEM ElementGeometry1D objects) will be automatically assigned.

Опции

Свойства

Ограничения

Примечания

  • For viewing results from CalculiX solver on the mesh expanded to the prescribed cross section, property Beam Shell Result Output 3D in the FEM SolverCalculixCxxtools need to be set to True.

Программирование