PartDesign Fase

From FreeCAD Documentation
Revision as of 14:34, 5 June 2022 by FBXL5 (talk | contribs)

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

  1. Falls nötig, wird der anzufasende Körper aktiviert.
  2. Es gibt mehrere Möglichkeiten die Kanten zum Anfasen auszuwählen:
    • Eine oder mehrere einzelne Kanten des Körpers auswählen.
    • Eine oder mehrere Flächen des Körpers auswählen, um alle ihrer Kanten auszuwählen.
    • Ein Formelement (normalerweise das letzte) des Körpers auswählen, um alle seiner Kanten auszuwählen. eingeführt mit Version 0.20
  3. Um eine Reihe tangential verbundener Kanten auszuwählen, muss nur eine einzige Kante ausgewählt werden, die Fase folgt dann dem kompletten Kantenzug.
  4. Es gibt mehrere Möglichkeiten das Werkzeug aufzurufen:
    • Die Schaltfläche Fase drücken.
    • Den Menüeintrag Part Design → Modifikationen → Fase auswählen.
  5. Wenn kein Körper aktiv ist und sich zwei oder mehr Körper im Dokument befinden, offnet sich der Dialog Active Body Required und fordert zur Aktivierung eins Körpers auf. Ist nur ein einziger Körper vorhanden, wird er automatisch ausgewählt.
  6. Der Aufgabenbereich Parameter der Fase wird geöffnet. Siehe Optionen für weitere Informationen.
  7. Zum Fertigstellen die OK-Schaltfläche drücken.

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.

Bekannte Probleme

Siehe PartDesign Verrundung.