Feature/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "==Применение==")
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
== Введение ==
== Введение ==


В FreeCAD под "[[Feature/ru|конструктивным элементом]]" (по англ. Feature) обычно подразумевается объект - экземпляра класса {{incode|PartDesign::Feature}} (Класс верстака [[PartDesign_Workbench/ru|PartDesign]] унаследованный от класса [[PartDesign_Feature/ru|Feature (конструктивный элемент)]]). Под конструктивным элементом подразумевается операция или этап моделирования, выполняемый для создания или изменения [[Shape/ru|Формы]] твердого тела в соответствии с парадигмой [[feature_editing|редактирования с применением конструктивных элементов]].
In FreeCAD the word "[[Feature|Feature]]" is normally used to refer to a [[PartDesign_Feature|PartDesign Feature]] object ({{incode|PartDesign::Feature}} class) that is defined by the [[PartDesign Workbench|PartDesign Workbench]]. This is an operation or modelling step performed to create or modify a solid [[Shape|Shape]] following the [[feature_editing|feature editing]] paradigm.


Смотрите [[PartDesign_Feature/ru|конструктивный объект верстака PartDesign]] для получения дополнительной информации об объектах данного типа.
See [[PartDesign_Feature|PartDesign Feature]] for more information about this type of object.


==Применение==
==Применение==
Line 16: Line 16:
# Alternatively, add primitive objects, like {{Button|[[File:PartDesign_AdditiveBox.svg|16px]] [[PartDesign_AdditiveBox|PartDesign Additive box]]}} and {{Button|[[File:PartDesign_SubtractiveCylinder.svg|16px]] [[PartDesign_SubtractiveCylinder|PartDesign Subtractive cylinder]]}}. Any number of additive and subtractive steps are Features that are used to create a final volume.
# Alternatively, add primitive objects, like {{Button|[[File:PartDesign_AdditiveBox.svg|16px]] [[PartDesign_AdditiveBox|PartDesign Additive box]]}} and {{Button|[[File:PartDesign_SubtractiveCylinder.svg|16px]] [[PartDesign_SubtractiveCylinder|PartDesign Subtractive cylinder]]}}. Any number of additive and subtractive steps are Features that are used to create a final volume.


== Notes ==
== Примечания ==


In the general sense, a "Feature" can be any modelling step used to create a final [[Shape|Shape]], with any tool of any [[Workbenches|workbench]].
In the general sense, a "Feature" can be any modelling step used to create a final [[Shape|Shape]], with any tool of any [[Workbenches|workbench]].

Latest revision as of 19:14, 14 November 2022

Other languages:

Введение

В FreeCAD под "конструктивным элементом" (по англ. Feature) обычно подразумевается объект - экземпляра класса PartDesign::Feature (Класс верстака PartDesign унаследованный от класса Feature (конструктивный элемент)). Под конструктивным элементом подразумевается операция или этап моделирования, выполняемый для создания или изменения Формы твердого тела в соответствии с парадигмой редактирования с применением конструктивных элементов.

Смотрите конструктивный объект верстака PartDesign для получения дополнительной информации об объектах данного типа.

Применение

  1. Switch to the PartDesign Workbench.
  2. Press PartDesign Body.
  3. Press PartDesign NewSketch to create a new Sketch.
  4. Create a closed wire, and then use PartDesign Pad to extrude the sketch, and create an initial solid. This initial solid is the initial Feature.
  5. Add more sketches and pads, and use other tools of the PartDesign Workbench to modify and transform the initial solid. Each of these steps correspond to Features of the Body.
  6. Alternatively, add primitive objects, like PartDesign Additive box and PartDesign Subtractive cylinder. Any number of additive and subtractive steps are Features that are used to create a final volume.

Примечания

In the general sense, a "Feature" can be any modelling step used to create a final Shape, with any tool of any workbench.

In a more specific sense, a "Feature" is a modelling step used inside a PartDesign Body.