Feature/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "== Примечания ==")
(Created page with "Смотрите конструктивный объект верстака PartDesign для получения дополнительной инф...")
Line 5: Line 5:
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.
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.


==Применение==
==Применение==

Revision as of 17:08, 13 November 2022

Other languages:

Введение

In FreeCAD the word "Feature" is normally used to refer to a PartDesign Feature object (PartDesign::Feature class) that is defined by the PartDesign Workbench. This is an operation or modelling step performed to create or modify a solid Shape following the feature editing paradigm.

Смотрите конструктивный объект верстака 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.