Assembly CreateJointDistance: Difference between revisions

From FreeCAD Documentation
m (docnav updated)
(added notes + docnav acc.to GuiCommand model)
Line 5: Line 5:
<!--T:1-->
<!--T:1-->
{{Docnav
{{Docnav
|[[Assembly_CreateJointBall|Create Ball Joint]]
|[[Assembly_CreateJointBall|CreateJointBall]]
|[[Assembly_CreateJointParallel|Create Parallel Joint]]
|[[Assembly_CreateJointParallel|CreateJointParallel]]
|[[Assembly_Workbench|Assembly]]
|[[Assembly_Workbench|Assembly]]
|IconL=Assembly_CreateJointBall.svg
|IconL=Assembly_CreateJointBall.svg
Line 38: Line 38:
# The '''Create Joint''' dialog opens in the [[Task_panel|Task panel]] listing the pre-selected entities.
# The '''Create Joint''' dialog opens in the [[Task_panel|Task panel]] listing the pre-selected entities.
# For further steps see [[Assembly_CreateJointFixed#Usage|Assembly CreateJointFixed]].
# For further steps see [[Assembly_CreateJointFixed#Usage|Assembly CreateJointFixed]].

==Notes==

Tool tip says a distance of 0 results in a co-planar joint between the selected planar elements, or a tangent joint between a cylindric and a planar element. (Neither seems to work in weekly build 0.22.-.37645)


==Properties== <!--T:7-->
==Properties== <!--T:7-->
Line 50: Line 54:
<!--T:10-->
<!--T:10-->
{{Docnav
{{Docnav
|[[Assembly_CreateJointBall|Create Ball Joint]]
|[[Assembly_CreateJointBall|CreateJointBall]]
|[[Assembly_CreateJointParallel|Create Parallel Joint]]
|[[Assembly_CreateJointParallel|CreateJointParallel]]
|[[Assembly_Workbench|Assembly]]
|[[Assembly_Workbench|Assembly]]
|IconL=Assembly_CreateJointBall.svg
|IconL=Assembly_CreateJointBall.svg

Revision as of 15:16, 4 June 2024

Other languages:

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.

Assembly CreateJointDistance

Menu location
Assembly → Create Distance Joint
Workbenches
Assembly
Default shortcut
D
Introduced in version
1.0
See also
None

Description

The Assembly CreateJointDistance tool creates a Distance joint between two selected parts, fixing the distance between both parts.

Usage

  1. Optionally select two geometric entities of two different shapes. Other selections will be rejected.
  2. There are several ways to invoke the tool:
    • Press the Create Distance Joint button.
    • Select the Assembly → Create Distance Joint option from the menu.
    • Use the keyboard shortcut: D.
  3. The Create Joint dialog opens in the Task panel listing the pre-selected entities.
  4. For further steps see Assembly CreateJointFixed.

Notes

Tool tip says a distance of 0 results in a co-planar joint between the selected planar elements, or a tangent joint between a cylindric and a planar element. (Neither seems to work in weekly build 0.22.-.37645)

Properties

See also: Property editor.

A Distance object is derived from an App FeaturePython object and inherits all its properties. See Assembly CreateJointFixed for additional properties.