Part Section/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
Line 18: Line 18:
}}
}}


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


Line 28: Line 29:
{{Caption|A cube sectioned with a cylinder}}
{{Caption|A cube sectioned with a cylinder}}


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


Line 58: Line 60:
* {{PropertyData|Approximation|Bool}}: Approximate the output edges.
* {{PropertyData|Approximation|Bool}}: Approximate the output edges.


<span id="Links"></span>
==Ссылки==
==Ссылки==



Latest revision as of 09:47, 16 June 2024

Разделить

Системное название
Part Section
Расположение в меню
Part → Разделить
Верстаки
Верстак Part
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Поперечные сечения

Описание

The Part Section command creates wire geometry at the intersections of two objects. The result is fully parametric.

  • An intersection of two solids/faces results in one or more section lines.
  • An intersection of two lines, or a line and a solid/face, results in one or more points.

A cube sectioned with a cylinder

Применение

  1. Select two objects.
  2. The first object will be the ДанныеBase of the Section, but the selection order has no impact on the result.
  3. There are several ways to invoke the command:
    • Press the Section button.
    • Select the Part → Section option from the menu.

Properties

See also: Property editor.

A PartDesign Section object is derived from a Part Feature object and inherits all its properties. It also has the following additional properties:

Data

Base

  • ДанныеBase (Link): Link to the first object.
  • ДанныеTool (Link): Link to the second object.

Boolean

  • Данные (hidden)History (ShapeHistory): "Shape history".
  • ДанныеRefine (Bool): "Refine shape (clean up redundant edges) after this boolean operation". The default value is determined by the Automatically refine model after sketch-based operation preference. See PartDesign Preferences.

Section

  • ДанныеApproximation (Bool): Approximate the output edges.

Ссылки

To create sections with a section plane see Cross-sections.