PartDesign Fase

From FreeCAD Documentation
Revision as of 14:12, 5 June 2022 by FBXL5 (talk | contribs) (Created page with "{{Properties_Title/de|Chamfer}}")

PartDesign Fase

Menüeintrag
Part Design → Modifikationen → Fase
Arbeitsbereich
PartDesign
Standardtastenkürzel
Keiner
Eingeführt in Version
-
Siehe auch
Verrundung

Beschreibung

Das Werkzeug PartDesign Fase erzeugt Fasen (Abschrägungen) an den ausgewählten Kanten eines Objekts. Es fügt dem Dokument ein Chamfer-Objekt und den dazugehörigen Repräsentanten in der Baumansicht hinzu.

Anwendung

Eine Fase hinzufügen

  • Wähle eine einzelne Kante, mehrere Kanten oder eine Fläche auf einem Objekt und starte dann das Werkzeug entweder durch Klicken auf die Schaltfläche Fase oder über das Menü PartDesign → Fase. Im Fall das du eine Fläche ausgewählt hast, werden alle ihre Kanten zum Anfasen berücksichtigt.
  • Im erscheinenden Aufgabenpaneel kannst du die Fase auf 3 Arten definieren:
    • Gleicher Abstand: Die Fasenkanten sind gleich weit von der Körperkante entfernt.
    • Zwei Abstände: Die Abstände der Fasenkante zur Körperkante werden angegeben. Die Abstandsrichtung kann umgedreht werden. introduced in version 0.19
    • Abstand und Winkel: Es wird ein Abstand von der Fasenkante zur Körperkante angegeben. Die zweite Fasenkante wird durch den Winkel der Fase definiert. Die Abstandsrichtung kann umgedreht werden. introduced in version 0.19
  • Wenn du weitere Kanten oder Flächen hinzufügen möchtest, klicke auf die Hinzufügen Schaltfläche und wähle Kanten und/oder Flächen aus.
  • Wenn du Kanten oder Flächen entfernen möchtest
    • wähle entweder die Kante/Fläche in der Liste des Dialogs und drücke die DEL Taste. Hinweis: Da es mindestens eine Kante für das Formelement geben muss, kann die letzte verbleibende Kante oder Fläche in der Liste nicht entfernt werden.
    • oder klicke auf die Entfernen Schaltfläche. Alle Kanten und Flächen, die zuvor ausgewählt wurden, werden violett hervorgehoben. Wähle die zu entfernende Kante oder Fläche aus.
  • Klicke auf OK, um zu bestätigen.
  • Bei einer Kette von Kanten, die tangential zueinander verlaufen, kann eine einzelne Kante gewählt werden; die Fase breitet sich entlang der Kette aus.
  • Um die Fase nach der Validierung der Funktion zu bearbeiten, doppelklicke entweder auf die Fasenbeschriftung im Projektbaum oder klicke mit der rechten Maustaste darauf und wähle Fase bearbeiten.

Eine Fase bearbeiten

  1. Do one of the following:
    • Double-click the Chamfer object in the Tree view
    • Right-click the Chamfer object in the Tree view and select Edit Chamfer from the context menu.
  2. The Chamfer parameters task panel opens. See Options for more information.
  3. Press the OK button to finish.

Optionen

  • To add edges do one of the following:
    • Press the Add button to start selecting edges and/or faces in the 3D view.
    • To select all remaining edges do the following:
      1. If required press the Add button.
      2. Use the Ctrl+Shift+A keyboard shortcut, or right-click the list and select Add all edges from the context menu. introduced in version 0.20
  • To remove edges do one of the following:
    • Press the Remove button to start deselecting edges and/or faces in the 3D view. Selected elements are highlighted in purple.
    • Select one or more elements in the list and press the Del key, or right-click the list and select Remove from the context menu.
  • Specify a chamfer Type:
    • Equal distance: One distance is used to place both chamfer edges.
    • Two distances: Two distances are used to place the chamfer edges. introduced in version 0.19
    • Distance and angle: A distance is used to place one chamfer edge, the placement of the other chamfer edge is defined by the angle of the chamfer. introduced in version 0.19
  • Press the Flip direction button to flip the direction of the chamfer (deactivated for Equal distance). introduced in version 0.19
  • Set the Size of the chamfer.
  • Set the Size2 of the chamfer (only available if Two distances is selected).
  • Set the Angle of the chamfer (only available if Distance and angle is selected).
  • Check the Use all edges checkbox to select all edges of the previous feature. This deactivates the selection list and the related buttons. introduced in version 0.20

Hinweise

  • PartDesign Fase sollte nicht mit Part Fase verwechselt werden. Solange man nicht weiß, was man macht, sollte Part Fase nicht auf einen PartDesign-Body angewendet werden. Siehe Part und PartDesign.
  • Fasen können (dürfen?) die angrenzenden Flächen nicht komplett vereinnahmen.

Eigenschaften

Siehe auch: Eigenschafteneditor.

A PartDesign Chamfer object is derived from a Part Feature object and inherits all its properties. It also has the following additional properties:

Daten

Basis

  • DatenBase (LinkSub): Link to the selected edges and faces of the parent feature. Can be a link to only the parent feature if DatenUse All Edges is true.
  • DatenSupport Transform (Bool): If true the chamfered shape of the additive/subtractive parent feature will be used when the chamfer object is included in a pattern, else only the shape of the chamfer itself will be used. The default is false.
  • Daten (hidden)Add Sub Shape (PartShape)
  • Daten (hidden)Base Feature (Link): Link to the parent feature.
  • Daten (hidden)_ Body (LinkHidden): Link to the parent body.

Chamfer

  • DatenChamfer Type (Enumeration): The chamfer type: Equal distance (default), Two distances or Distance and Angle.
  • DatenSize (QuantityConstraint): The first chamfer distance. The default is 1 mm.
  • DatenSize2 (QuantityConstraint): The second chamfer distance. Only used if DatenChamfer Type is Two distances. The default is 1 mm.
  • DatenAngle (Angle): The chamfer angle. Only used if DatenChamfer Type is Distance and Angle. The default is 45 °.
  • DatenFlip Direction (Bool): If true the direction of the chamfer is flipped. Not used if DatenChamfer Type is Equal distance. The default is false.
  • DatenUse All Edges (Bool): If true all edges of the feature are chamfered, and the edges specified by DatenBase are ignored. The default is false.

Part Design

  • DatenRefine (Bool): If true redundant edges are removed from the result of the operation. The default value is determined by the Automatically refine model after sketch-based operation preference. See PartDesign Preferences.

Known issues

See PartDesign Fillet.