Std LinkUnlink: Difference between revisions

From FreeCAD Documentation
(Std LinkUnlink is essentially the opposite operation to Std LinkReplace.)
 
(→‎Usage: Change to Sphere)
Line 18: Line 18:
== Usage ==
== Usage ==


# Make sure you have a Link that is inside a container, for example, a Link to a {{Button|[[File:Part_Box.svg|16px]] [[Part_Box|Part Box]]}} inside a {{Button|[[File:Std_Part.svg|16px]] [[Std_Part|Std Part]]}}.
# Make sure you have a Link that is inside a container, for example, a Link to a {{Button|[[File:Part_Sphere.svg|16px]] [[Part_Sphere|Part Sphere]]}} inside a {{Button|[[File:Std_Part.svg|16px]] [[Std_Part|Std Part]]}}.
# Select the internal Link in the [[tree_view|tree view]].
# Select the internal Link in the [[tree_view|tree view]].
# Press {{Button|[[File:Std_LinkUnlink.svg|16px]] [[Std_LinkUnlink|Std LinkUnlink]]}}.
# Press {{Button|[[File:Std_LinkUnlink.svg|16px]] [[Std_LinkUnlink|Std LinkUnlink]]}}.


The original {{Button|[[File:Part_Box.svg|16px]] [[Part_Box|Part Box]]}} must now be inside the {{Button|[[File:Std_Part.svg|16px]] [[Std_Part|Std Part]]}}, and the Link must be outside. Now this Link can be deleted if it's no longer used, and it won't break the container.
The original {{Button|[[File:Tree_Part_Sphere_Parametric.svg|16px]] [[Part_Sphere|Sphere]]}} must now be inside the {{Button|[[File:Std_Part.svg|16px]] [[Std_Part|Std Part]]}}, and the Link must be outside. Now this Link can be deleted if it's no longer needed, and it won't break the container.


</translate>
</translate>
{{Code|code=
{{Code|code=
<nowiki>
<nowiki>
Cube001 (Link)
Sphere001 (Link)
Part
Part
|-- Cube
|-- Sphere
</nowiki>
</nowiki>
}}
}}

Revision as of 05:05, 12 September 2020

Std LinkUnlink

Menu location
None
Workbenches
All
Default shortcut
None
Introduced in version
0.19
See also
Std LinkMake, Std LinkMakeRelative, Std LinkReplace

Description

Std LinkUnlink is essentially the opposite operation to Std LinkReplace.

This operation is used to remove a Link from a container like Std Part, and instead place the real object inside.

Usage

  1. Make sure you have a Link that is inside a container, for example, a Link to a Part Sphere inside a Std Part.
  2. Select the internal Link in the tree view.
  3. Press Std LinkUnlink.

The original Sphere must now be inside the Std Part, and the Link must be outside. Now this Link can be deleted if it's no longer needed, and it won't break the container.

Sphere001 (Link)
Part
  |-- Sphere