Assembly CreateJointFixed: Difference between revisions

From FreeCAD Documentation
(Notes above Properties. Same as on other Assembly pages.)
No edit summary
Line 21: Line 21:
|MenuLocation=Assembly → Create a Fixed Joint
|MenuLocation=Assembly → Create a Fixed Joint
|Workbenches=[[Assembly_Workbench|Assembly]]
|Workbenches=[[Assembly_Workbench|Assembly]]
|Shortcut={{KEY|J}}
|Shortcut={{KEY|F}}
|Version=1.0
|Version=1.0
|SeeAlso=
|SeeAlso=

Revision as of 14:46, 23 May 2024

Other languages:
Some joints are experimental features. To enable them see Fine-tuning.

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 CreateJointFixed

Menu location
Assembly → Create a Fixed Joint
Workbenches
Assembly
Default shortcut
F
Introduced in version
1.0
See also
None

Description

The Assembly CreateJointFixed tool creates a joint locking two assembly parts together, preventing any movement or rotation.

Usage

  1. Optionally select two geometric entities of two different parts. (other numbers will result in an empty selection)
  2. There are several ways to invoke the tool:
    • Press the Create a Fixed Joint button.
    • Select the Assembly → Create a Fixed Joint option from the menu.
    • Use the keyboard shortcut: F.
  3. Pre-selected parts are moved to meet at their selected entities.
  4. The Create Joint dialog opens in the Task panel listing preselected entities.
  5. Optionally change the type of the joint from the dropdown list, or use a keyboard shortcut (the latter empties the selection):
    • Select Fixed or press F.
      1. If the selection list is empty: select two geometric entities.
      2. The parts are moved to meet at their selected entities.
      3. Optionally enter an Offset value.
      4. Optionally enter a Rotation value.
      5. Optionally press to change the direction of the joint.
    • Select Revolute or press R.
      1. If the selection list is empty: select two geometric entities.
      2. The parts are moved to meet at their selected entities.
      3. Optionally enter an Offset value.
      4. Optionally press to change the direction of the joint.
      5. Optionally check the Limits option.
        • Optionally enter an Angle min value.
        • Optionally enter an Angle min value.
    • Select Cylindrical or press C.
      1. If the selection list is empty: select two geometric entities.
      2. Optionally press to change the direction of the joint.
      3. Optionally check the Limits option.
        • Optionally enter an Length min value.
        • Optionally enter an Length max value.
        • Optionally enter an Angle min value.
        • Optionally enter an Angle min value.
    • Select Slider or press S.
      1. If the selection list is empty: select two geometric entities.
      2. Optionally enter a Rotation value.
      3. Optionally press to change the direction of the joint.
      4. Optionally check the Limits option.
        • Optionally enter an Length min value.
        • Optionally enter an Length max value.
    • Select Ball or press B.
      1. If the selection list is empty: select two geometric entities.
    • Select Distance or press D.
      1. If the selection list is empty: select two geometric entities.
      2. Optionally enter a Distance value.
      3. Optionally press to change the direction of the joint.
    • Select RackPinion or press Q. Experimental feature.
      1. If the selection list is empty: select two geometric entities of two different parts that have previously been used to define a Slider joint and a Revolute joint. (Slider direction and rotation axis must be perpendicular)
      2. Optionally enter a Pitch radius value.
    • Select Screw or press W. Experimental feature.
      1. If the selection list is empty: select two geometric entities of two different parts that have previously been used to define a Slider joint and a Revolute joint. (Slider direction and rotation axis must be parallel)
      2. Optionally enter a Pitch radius value.
    • Select Gears. Experimental feature.
      1. If the selection list is empty: select two geometric entities of two different parts that have previously been used to define two different Revolute joints.
      2. Optionally enter a Radius 1 value.
      3. Optionally enter a Radius 2 value.
      4. Optionally check/uncheck the Reverse rotation option. (unchecking selects the Belt option)
    • Select Belt. Experimental feature.
      1. If the selection list is empty: select two geometric entities of two different parts that have previously been used to define two different Revolute joints.
      2. Optionally enter a Radius 1 value.
      3. Optionally enter a Radius 2 value.
      4. Optionally check/uncheck the Reverse rotation option. (checking selects the Gears option)
      5. Optionally enter a Rotation value.
  6. The Parts are moved to meet at their selected entities.
  7. Press OK to finish the tool.

Notes

  • Never select the items in the selection list and hit the Del key! This also removes the connected features from the Tree! (weekly build 0.22.0-36807)
  • This joint can be used as an actuator to control the motion of a kinematic simulation. Mouse wheel action in the Task dialog immediately rearranges the connected parts.
    • Offset translates along its local Z axis, negative offsets are accepted.
    • Rotation revolves around its local Z axis, angles > 360° and even negative angles are accepted.

Properties

See also: Property editor.

A Fixed object is derived from an App FeaturePython object and inherits all its properties. It also has the following additional properties:

Data

Joint

  • DataActivated (Bool): This indicates if the joint is active.
  • DataDistance (Float): This is the distance of the joint. It is used only by the distance joint and the RackPinion (pitch radius), Screw, Gear, and Belt (radius1).
  • DataDistance2 (Float): This is the second distance of the joint. It is used only by the gear joint to store the second radius.
  • DataJoint Type (Ennumeration): The type of the joint. (Fixed, Revolute, Cylindrical, Slider, Ball, Distance, RackPinion, Screw, Gears, Belt)
  • DataOffset (Vector): This is the offset vector of the joint.
  • DataRotation (Float): This is the rotation of the joint.

Joint Connector 1

  • DataDetach1 (Bool): This prevents placement1 from recomputing, enabling custom positioning of the placement.
  • DataElement1 (String): The selected element of the first object.
  • DataObject1 (String): The first object of the joint.
  • DataPart1 (Link): The first Part of the joint.
  • DataPlacement1 (Placement): This is the local coordinate system within object1 that will be used for the joint.
  • DataVertex1 (String): The selected Vertex of the first object.

Joint Connector 2

  • DataDetach2 (Bool): This prevents placement2 from recomputing, enabling custom positioning of the placement.
  • DataElement2 (String): The selected element of the second object.
  • DataObject2 (String): The second object of the joint.
  • DataPart2 (Link): The second Part of the joint.
  • DataPlacement2 (Placement): This is the local coordinate system within object2 that will be used for the joint.
  • DataVertex2 (String): The selected Vertex of the second object.

Limits

  • DataAngle Max (Float): This is the maximum limit for the angle between both coordinate systems (between their X axes).
  • DataAngle Min (Float): This is the minimum limit for the angle between both coordinate systems (between their X axes).
  • DataEnable Limits (Bool): Is this joint using limits?
  • DataLength Max (Float): This is the maximum limit for the angle between both coordinate systems (along their Z axis).
  • DataLength Min (Float): This is the minimum limit for the angle between both coordinate systems (along their Z axis).