Введение
В FreeCAD под "конструктивным элементом" (по англ. Feature) обычно подразумевается объект - экземпляра класса PartDesign::Feature
(Класс верстака PartDesign унаследованный от класса Feature (конструктивный элемент)). Под конструктивным элементом подразумевается операция или этап моделирования, выполняемый для создания или изменения Формы твердого тела в соответствии с парадигмой редактирования с применением конструктивных элементов.
Смотрите конструктивный объект верстака PartDesign для получения дополнительной информации об объектах данного типа.
Применение
- Switch to the
PartDesign Workbench.
- Press
PartDesign Body.
- Press
PartDesign NewSketch to create a new Sketch.
- 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.
- 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.
- 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.
- For example, in the Part Workbench, in the constructive solid geometry workflow, a "Feature" could be any boolean operation, like
Part Fuse,
Part Cut, or
Part Common.
In a more specific sense, a "Feature" is a modelling step used inside a PartDesign Body.
- For example,
PartDesign Additive cylinder,
PartDesign Additive loft,
PartDesign Pocket,
PartDesign Subtractive cone, etc., are all "Features".
Эта страница получена от https://wiki.freecad.org/Feature