Feature

From FreeCAD Documentation
Revision as of 18:11, 10 February 2024 by Simone.b (talk | contribs) (Created page with "In FreeCAD la parola "Feature" viene normalmente utilizzata per fare riferimento a un oggetto PartDesign Feature (classe {{incode|PartDesign::Feature}}) definito dalla classe Ambiente di lavoro PartDesign. Questa è un'operazione o un passaggio di modellazione eseguito per creare o modificare una Shape solida seguendo il paradigma feature editing.")
Other languages:

Introduzione

In FreeCAD la parola "Feature" viene normalmente utilizzata per fare riferimento a un oggetto PartDesign Feature (classe PartDesign::Feature) definito dalla classe Ambiente di lavoro PartDesign. Questa è un'operazione o un passaggio di modellazione eseguito per creare o modificare una Shape solida seguendo il paradigma feature editing.

See PartDesign Feature for more information about this type of object.

Utilizzo

  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.

Note

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.