Assembly CreateJointParallel: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
m (docnav according to GuiCommand model)
 
Line 5: Line 5:
<!--T:1-->
<!--T:1-->
{{Docnav
{{Docnav
|[[Assembly_CreateJointDistance|Create Distance Joint]]
|[[Assembly_CreateJointDistance|CreateJointDistance]]
|[[Assembly_CreateJointPerpendicular|Create Perpendicular Joint]]
|[[Assembly_CreateJointPerpendicular|CreateJointPerpendicular]]
|[[Assembly_Workbench|Assembly]]
|[[Assembly_Workbench|Assembly]]
|IconL=Assembly_CreateJointDistance.svg
|IconL=Assembly_CreateJointDistance.svg
Line 48: Line 48:
<!--T:10-->
<!--T:10-->
{{Docnav
{{Docnav
|[[Assembly_CreateJointDistance|Create Distance Joint]]
|[[Assembly_CreateJointDistance|CreateJointDistance]]
|[[Assembly_CreateJointPerpendicular|Create Perpendicular Joint]]
|[[Assembly_CreateJointPerpendicular|CreateJointPerpendicular]]
|[[Assembly_Workbench|Assembly]]
|[[Assembly_Workbench|Assembly]]
|IconL=Assembly_CreateJointDistance.svg
|IconL=Assembly_CreateJointDistance.svg

Latest revision as of 16:20, 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 CreateJointParallel

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

Description

The Assembly CreateJointParallel tool creates a Parallel joint between two selected parts, setting the Z axes of selected coordinate systems parallel.

Usage

  1. There are several ways to invoke the tool:
    • Press the Create Parallel Joint button.
    • Select the Assembly → Create Parallel Joint option from the menu.
    • Use the keyboard shortcut: N.
  2. ...

Properties

See also: Property editor.

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