EM FHPlaneAddRemoveNodeHole/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "{{GuiCommand/fr |Name=EM FHPlaneAddRemoveNodeHole |Name/fr=EM FHPlaneAddRemoveNodeHole |MenuLocation=EM → FHPlaneAddRemoveNodeHole |Workbenches=EM (Aaddo...")
(Created page with "L'outil FHPlaneAddRemoveNodeHole insère ou supprime des FHNodes ou FHPlaneHoles d'un objet FHPlane.")
Line 13: Line 13:
==Description==
==Description==


The FHPlaneAddRemoveNodeHole tool inserts or removes FHNodes or FHPlaneHoles from a FHPlane object.
L'outil FHPlaneAddRemoveNodeHole insère ou supprime des FHNodes ou FHPlaneHoles d'un objet FHPlane.


[[Image:EM_FHPlaneAddRemoveNodeHole_Example.png]]
[[Image:EM_FHPlaneAddRemoveNodeHole_Example.png]]

Revision as of 15:48, 14 July 2020

Other languages:

EM FHPlaneAddRemoveNodeHole

Emplacement du menu
EM → FHPlaneAddRemoveNodeHole
Ateliers
EM (Aaddon)
Raccourci par défaut
E A
Introduit dans la version
0.17
Voir aussi
EM FHPlane, EM FHNode, EM FHPlaneHole

Description

L'outil FHPlaneAddRemoveNodeHole insère ou supprime des FHNodes ou FHPlaneHoles d'un objet FHPlane.

Nodes added (blue) and removed (red) from a FHPlane, and a FHPlaneHole removed from the FHPlane (not cutting a hole in the plane)

Usage

To remove one or multiple FHNode objects or FHPlaneHole objects from a FHPlane:

  1. Select all the EM FHNode objects or EM FHPlaneHole objects that you want to remove from the FHPlane (note that you need to expand the list of children of the FHPlane if you want to select these object from the tree instead of from the current 3D view).
  2. Press the EM FHPlaneAddRemoveNodeHole button, or press E then A keys.

To insert one or multiple FHNode objects or FHPlaneHole objects into a FHPlane:

  1. Select the EM FHPlane and all the EM FHNode objects or EM FHPlaneHole objects that you want to insert in the FHPlane.
  2. Press the EM FHPlaneAddRemoveNodeHole button, or press E then A keys.

Remarks

You can also remove FHNode objects or FHPlaneHole objects from a FHPlane, and insert one or multiple FHNode objects or FHPlaneHole objects into a FHPlane at the same time. All FHNode objects or FHPlaneHole objects that already belong to a FHPlane will be removed from that FHPlane, while the others will be added to the selected FHPlane.

Scripting

See also: FreeCAD Scripting Basics.

To add or remove FHNode or FHPlaneHole objects from a FHPlane via Python scripting, just add or remove the objects from the relevant properties of the FHPlane object. The PropertyList is monitored for changes, so the FHNode or FHPlaneHole will be handled as expected (change of color, etc.)