EM FHPlaneAddRemoveNodeHole: Difference between revisions

From FreeCAD Documentation
No edit summary
(Marked this version for translation)
 
(8 intermediate revisions by 5 users not shown)
Line 2: Line 2:
<translate>
<translate>


<!--T:18-->
{{Docnav
|[[EM_FHPlaneHole|FHPlaneHole]]
|[[EM_FHEquiv|FHEquiv]]
|[[EM_Workbench|EM]]
|IconL=EM_FHPlaneHole.svg
|IconR=EM_FHEquiv.svg
|IconC=EMWorkbench.svg
}}

<!--T:1-->
{{GuiCommand
{{GuiCommand
|Name=EM FHPlaneAddRemoveNodeHole
|Name=EM FHPlaneAddRemoveNodeHole
|MenuLocation=EM → FHPlaneAddRemoveNodeHole
|MenuLocation=EM → FHPlaneAddRemoveNodeHole
|Workbenches=[[EM Workbench|EM]]
|Workbenches=[[EM Workbench|EM]]
|Shortcut=E A
|Shortcut={{KEY|E}} {{KEY|A}}
|Version=0.17
|SeeAlso=[[EM_FHPlane|EM FHPlane]], [[EM_FHNode|EM FHNode]], [[EM_FHPlaneHole|EM FHPlaneHole]]
|SeeAlso=[[EM_FHPlane|EM FHPlane]], [[EM_FHNode|EM FHNode]], [[EM_FHPlaneHole|EM FHPlaneHole]]
|Version=0.17 (Add-on)
}}
}}


==Description==
==Description== <!--T:2-->


<!--T:3-->
The FHPlaneAddRemoveNodeHole tool inserts or removes FHNodes or FHPlaneHoles from a FHPlane object.
The FHPlaneAddRemoveNodeHole tool inserts or removes FHNodes or FHPlaneHoles from a FHPlane object.
</translate>


</translate>
[[Image:EM_FHPlaneAddRemoveNodeHole_Example.png]]
[[Image:EM_FHPlaneAddRemoveNodeHole_Example.png]]
<translate>
<translate>

<!--T:4-->
{{Caption|Nodes added (blue) and removed (red) from a FHPlane, and a FHPlaneHole removed from the FHPlane (not cutting a hole in the plane)}}
{{Caption|Nodes added (blue) and removed (red) from a FHPlane, and a FHPlaneHole removed from the FHPlane (not cutting a hole in the plane)}}


==Usage== <!--T:5-->
==How to use==


<!--T:6-->
To remove one or multiple FHNode objects or FHPlaneHole objects from a FHPlane:
To remove one or multiple FHNode objects or FHPlaneHole objects from a FHPlane:


<!--T:7-->
# Select all the [[EM_FHNode|EM FHNode]] objects or [[EM_FHPlaneHole|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).
# Select all the [[EM_FHNode|EM FHNode]] objects or [[EM_FHPlaneHole|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_view|tree view]] instead of from the current [[3D_view|3D view]]).
# Press the {{Button|[[Image:EM_FHPlaneAddRemoveNodeHole.svg|16px]] [[EM_FHPlaneAddRemoveNodeHole|EM FHPlaneAddRemoveNodeHole]]}} button, or press {{KEY|E}} then {{KEY|A}} keys.
# Press the {{Button|[[Image:EM_FHPlaneAddRemoveNodeHole.svg|16px]] [[EM_FHPlaneAddRemoveNodeHole|EM FHPlaneAddRemoveNodeHole]]}} button, or press {{KEY|E}} then {{KEY|A}} keys.


<!--T:8-->
To insert one or multiple FHNode objects or FHPlaneHole objects into a FHPlane:
To insert one or multiple FHNode objects or FHPlaneHole objects into a FHPlane:


<!--T:9-->
# Select the [[EM_FHPlane|EM FHPlane]] and all the [[EM_FHNode|EM FHNode]] objects or [[EM_FHPlaneHole|EM FHPlaneHole]] objects that you want to insert in the FHPlane.
# Select the [[EM_FHPlane|EM FHPlane]] and all the [[EM_FHNode|EM FHNode]] objects or [[EM_FHPlaneHole|EM FHPlaneHole]] objects that you want to insert in the FHPlane.
# Press the {{Button|[[Image:EM_FHPlaneAddRemoveNodeHole.svg|16px]] [[EM_FHPlaneAddRemoveNodeHole|EM FHPlaneAddRemoveNodeHole]]}} button, or press {{KEY|E}} then {{KEY|A}} keys.
# Press the {{Button|[[Image:EM_FHPlaneAddRemoveNodeHole.svg|16px]] [[EM_FHPlaneAddRemoveNodeHole|EM FHPlaneAddRemoveNodeHole]]}} button, or press {{KEY|E}} then {{KEY|A}} keys.


===Remarks===
===Remarks=== <!--T:10-->


<!--T:11-->
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.
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==
==Scripting== <!--T:12-->


<!--T:13-->
{{Emphasis|See also:}} [[FreeCAD Scripting Basics]].
{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].


<!--T:14-->
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.)
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.)




<!--T:19-->
[[Category:User Documentation]]
{{Docnav

|[[EM_FHPlaneHole|FHPlaneHole]]
[[Category:Addons]]
|[[EM_FHEquiv|FHEquiv]]
|[[EM_Workbench|EM]]
|IconL=EM_FHPlaneHole.svg
|IconR=EM_FHEquiv.svg
|IconC=EMWorkbench.svg
}}


[[Category:External Workbenches]]
</translate>
</translate>
{{EM Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 09:15, 19 November 2021

Other languages:

EM FHPlaneAddRemoveNodeHole

Menu location
EM → FHPlaneAddRemoveNodeHole
Workbenches
EM
Default shortcut
E A
Introduced in version
0.17
See also
EM FHPlane, EM FHNode, EM FHPlaneHole

Description

The FHPlaneAddRemoveNodeHole tool inserts or removes FHNodes or FHPlaneHoles from a FHPlane object.

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 view 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.)