Part ElementCopy: Difference between revisions

From FreeCAD Documentation
No edit summary
(Undo revision 1098087 by C4e (talk)Removing the empty headings for now...)
Tag: Undo
 
(10 intermediate revisions by 5 users not shown)
Line 7: Line 7:
|[[Part_TransformedCopy|TransformedCopy]]
|[[Part_TransformedCopy|TransformedCopy]]
|[[Part_RefineShape|RefineShape]]
|[[Part_RefineShape|RefineShape]]
|[[Part_Module|Part]]
|[[Part_Workbench|Part]]
|IconL=Part_TransformedCopy.svg
|IconL=Part_TransformedCopy.svg
|IconR=Part_RefineShape.svg
|IconR=Part_RefineShape.svg
Line 17: Line 17:
|Name=Part ElementCopy
|Name=Part ElementCopy
|MenuLocation=Part → Create a copy → Create shape element copy
|MenuLocation=Part → Create a copy → Create shape element copy
|Workbenches=[[Part_Module|Part]]
|Workbenches=[[Part_Workbench|Part]]
|Version=0.19
|Version=0.19
|SeeAlso=[[Part_SimpleCopy|Part SimpleCopy]], [[Part_TransformedCopy|Part TransformedCopy]], [[Part_RefineShape|Part RefineShape]]
|SeeAlso=[[Part_SimpleCopy|Part SimpleCopy]], [[Part_TransformedCopy|Part TransformedCopy]], [[Part_RefineShape|Part RefineShape]]
Line 34: Line 34:
<!--T:6-->
<!--T:6-->
# Select a vertex, edge, or face of an object for which you wish to make a copy.
# Select a vertex, edge, or face of an object for which you wish to make a copy.
# Go to the menu {{MenuCommand|Part → Create a copy → [[File:Part ElementCopy.svg|16px]] [[Part ElementCopy|Create shape element copy]]}}.
# Go to the menu {{MenuCommand|Part → Create a copy → [[File:Part_ElementCopy.svg|16px]] [[Part_ElementCopy|Create shape element copy]]}}.


==Properties== <!--T:7-->
==Properties== <!--T:7-->
Line 41: Line 41:


<!--T:9-->
<!--T:9-->
The copy has a simple {{PropertyData|Placement}} property like any other [[Part Feature|Part Feature]].
The copy has a simple {{PropertyData|Placement}} property like any other [[Part_Feature|Part Feature]].


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


<!--T:11-->
<!--T:11-->
The copy has simple view properties like any other [[Part Feature|Part Feature]].
The copy has simple view properties like any other [[Part_Feature|Part Feature]].

==Scripting==

<br>The following [[Part_ElementCopy|Part ElementCopy]] command can be applied after selecting one or more objects in the [[Tree view]] :

{{Code|code=
FreeCADGui.runCommand('Part_ElementCopy')
}}

The selection could be manual (by using the mouse), or via the Python Console.<br>
To know more about selecting objects programmatically, refer to [[Selection_methods]].




Line 64: Line 53:
|[[Part_TransformedCopy|TransformedCopy]]
|[[Part_TransformedCopy|TransformedCopy]]
|[[Part_RefineShape|RefineShape]]
|[[Part_RefineShape|RefineShape]]
|[[Part_Module|Part]]
|[[Part_Workbench|Part]]
|IconL=Part_TransformedCopy.svg
|IconL=Part_TransformedCopy.svg
|IconR=Part_RefineShape.svg
|IconR=Part_RefineShape.svg
Line 73: Line 62:
{{Part Tools navi{{#translation:}}}}
{{Part Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Latest revision as of 15:04, 24 February 2022

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Part ElementCopy

Menu location
Part → Create a copy → Create shape element copy
Workbenches
Part
Default shortcut
None
Introduced in version
0.19
See also
Part SimpleCopy, Part TransformedCopy, Part RefineShape

Description

Part ElementCopy produces a non-parametric copy of a sub-element of a particular object, that is, of a vertex, edge, or face.

To produce complete non-parametric copies of the objects use Simple Copy, Transformed Copy, or RefineShape

Usage

  1. Select a vertex, edge, or face of an object for which you wish to make a copy.
  2. Go to the menu Part → Create a copy → Create shape element copy.

Properties

Data

The copy has a simple DataPlacement property like any other Part Feature.

View

The copy has simple view properties like any other Part Feature.