Assembly CreateJointSlider: Difference between revisions

From FreeCAD Documentation
m (added prismatic joint to description + docnav acc.to GuiCommand model)
 
(2 intermediate revisions by one other user not shown)
Line 3: Line 3:
<translate>
<translate>


<!--T:1-->
{{Docnav
{{Docnav
|[[Assembly_CreateJointCylindrical|CreateJointCylindrical]]
|[[Assembly_CreateJointCylindrical|CreateJointCylindrical]]
Line 12: Line 13:
}}
}}


<!--T:2-->
{{GuiCommand
{{GuiCommand
|Name=Assembly CreateJointSlider
|Name=Assembly CreateJointSlider
Line 21: Line 23:
}}
}}


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


<!--T:4-->
The [[Image:Assembly_CreateJointSlider.svg|24px]] [[Assembly_CreateJointSlider|Assembly CreateJointSlider]] tool creates a Slider joint between two selected parts, allowing a linear movement along a single axis while restricting rotation.
The [[Image:Assembly_CreateJointSlider.svg|24px]] [[Assembly_CreateJointSlider|Assembly CreateJointSlider]] tool creates a Slider joint (also called a prismatic joint) between two selected parts, allowing a linear movement along a single axis while restricting rotation.


==Usage==
==Usage== <!--T:5-->


<!--T:6-->
# Optionally select two geometric entities of two different shapes. Other selections will be rejected.
# Optionally select two geometric entities of two different shapes. Other selections will be rejected.
# There are several ways to invoke the tool:
# There are several ways to invoke the tool:
Line 35: Line 39:
# For further steps see [[Assembly_CreateJointFixed#Usage|Assembly CreateJointFixed]].
# For further steps see [[Assembly_CreateJointFixed#Usage|Assembly CreateJointFixed]].


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


<!--T:8-->
See also: [[Property_editor|Property editor]].
See also: [[Property_editor|Property editor]].


<!--T:9-->
A '''Slider''' object is derived from an [[App_FeaturePython|App FeaturePython]] object and inherits all its properties. See [[Assembly_CreateJointFixed#Properties|Assembly CreateJointFixed]] for additional properties.
A '''Slider''' object is derived from an [[App_FeaturePython|App FeaturePython]] object and inherits all its properties. See [[Assembly_CreateJointFixed#Properties|Assembly CreateJointFixed]] for additional properties.




<!--T:10-->
{{Docnav
{{Docnav
|[[Assembly_CreateJointCylindrical|CreateJointCylindrical]]
|[[Assembly_CreateJointCylindrical|CreateJointCylindrical]]

Latest revision as of 15:17, 3 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 CreateJointSlider

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

Description

The Assembly CreateJointSlider tool creates a Slider joint (also called a prismatic joint) between two selected parts, allowing a linear movement along a single axis while restricting rotation.

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 Slider Joint button.
    • Select the Assembly → Create Slider Joint option from the menu.
    • Use the keyboard shortcut: S.
  3. The Create Joint dialog opens in the Task panel listing the pre-selected entities.
  4. For further steps see Assembly CreateJointFixed.

Properties

See also: Property editor.

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