Formelement

From FreeCAD Documentation
Revision as of 13:30, 7 May 2020 by Maker (talk | contribs) (Created page with "==Verwendung==")

Einleitung

In FreeCAD wird das Wort "Formelement" normalerweise verwendet, um sich auf eine PartDesign Formelement Objekt (PartDesign::Feature Klasse) zu beziehen, die von der PartDesign Arbeitsbereich definiert wird. Dies ist eine Operation oder ein Modellierungsschritt ausgeführt zum Erstellen oder Ändern eines Volumenkörpers Form nach dem Formelementbearbeitungs Paradigma.

Siehe PartDesign Formelement für weitere Informationen über diesen Objekttyp.

Verwendung

  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.

Notes

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.