PartDesign Chanfrein

From FreeCAD Documentation
Revision as of 19:43, 3 June 2022 by David69 (talk | contribs) (Created page with "# Effectuez l'une des opérations suivantes : #* Double-cliquez sur l'objet Chanfrein dans la Vue en arborescence. #* Cliquez avec le bouton droit de la souri...")

PartDesign Chanfrein

Emplacement du menu
Part Design → Appliquer une fonction d'habillage → Chanfrein
Ateliers
PartDesign
Raccourci par défaut
Aucun
Introduit dans la version
-
Voir aussi
PartDesign Congé

Description

L'outil PartDesign Chanfrein crée des chanfreins sur les bords sélectionnés d'un objet. Il ajoute un objet Chanfrein au document avec sa représentation correspondante dans la Vue en arborescence.

Utilisation

Ajouter un chanfrein

  1. Vous pouvez éventuellement activer le corps à chanfreiner.
  2. Il existe plusieurs façons de sélectionner les bords à chanfreiner :
    • Sélectionnez un ou plusieurs bords du corps individuellement.
    • Sélectionnez une ou plusieurs faces du corps pour sélectionner toutes leurs arêtes.
    • Sélectionnez un élément (généralement le dernier élément) du corps pour sélectionner toutes ses arêtes. introduit dans la version 0.20
  3. Pour une chaîne d'arêtes reliées tangentiellement, il suffit de sélectionner une seule arête, le chanfrein se propageant le long de la chaîne.
  4. Il existe plusieurs façons de lancer l'outil :
    • Appuyez sur le Template:Bouton.
    • Sélectionnez l'option Part Design → Appliquer une fonction d'habillage → Chanfrein dans le menu.
  5. S'il n'y a pas de corps actif, et qu'il y a deux corps ou plus dans le document, la boîte de dialogue Corps actif requis s'ouvrira et vous invitera à en activer un. S'il n'y a qu'un seul corps, il sera activé automatiquement.
  6. Le Panneau des tâches des Paramètres du chanfrein s'ouvre. Voir Options pour plus d'informations.
  7. Appuyez sur le bouton OK pour terminer.

Modifier un chanfrein

  1. Effectuez l'une des opérations suivantes :
    • Double-cliquez sur l'objet Chanfrein dans la Vue en arborescence.
    • Cliquez avec le bouton droit de la souris sur l'objet Chanfrein dans la Vue en arborescence et sélectionnez Modifier le chanfrein dans le menu contextuel.
  2. Le Panneau des tâches des Paramètres du chanfrein s'ouvre. Voir Options pour plus d'informations.
  3. Appuyez sur le bouton OK pour terminer.

Options

  • 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

Remarques

  • Le PartDesign Chanfrein ne doit pas être confondu avec le Part Chanfrein. À moins que vous ne sachiez ce que vous faites, Part Chanfrein ne doit pas être utilisé sur un corps PartDesign. Voir Part et PartDesign.
  • Les chanfreins ne peuvent pas entièrement épouser les faces adjacentes.

Properties

See also: Property editor.

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

Data

Base

  • DonnéesBase (LinkSub): Link to the selected edges and faces of the parent feature. Can be a link to only the parent feature if DonnéesUse All Edges is true.
  • DonnéesSupport 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.
  • Données (hidden)Add Sub Shape (PartShape)
  • Données (hidden)Base Feature (Link): Link to the parent feature.
  • Données (hidden)_ Body (LinkHidden): Link to the parent body.

Chamfer

  • DonnéesCamfer Type (Enumeration): The chamfer type: Equal distance (default), Two distances or Distance and Angle.
  • DonnéesSize (QuantityConstraint): The first chamfer distance. The default is 1 mm.
  • DonnéesSize2 (QuantityConstraint): The second chamfer distance. Only used if DonnéesCamfer Type is Two distances. The default is 1 mm.
  • DonnéesAngle (Angle): The chamfer angle. Only used if DonnéesCamfer Type is Distance and Angle. The default is 45 °.
  • DonnéesFlip Direction (Bool): If true the direction of the chamfer is flipped. Not used if DonnéesCamfer Type is Equal distance. The default is false.
  • DonnéesUse All Edges (Bool): If true all edges of the feature are chamfered, and the edges specified by DonnéesBase are ignored. The default is false.

Part Design

  • DonnéesRefine (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.

Problèmes connus

Voir PartDesign Congé.