Assembly StarreVerbindungErstellen

From FreeCAD Documentation
This page is a translated version of the page Assembly CreateJointFixed and the translation is 64% complete.
Other languages:

Diese Dokumentation ist noch nicht fertiggestellt. Bitte hilf mit und trage etwas zur Dokumentation bei.

Die Seite GuiBefehl Modell erklärt, wie Befehle dokumentiert werden sollten. Unter Category:UnfinishedDocu findest du weitere unvollständige Seiten wie diese (und unter Category:UnfinishedDocu/de unvollständige Übersetzungen). Siehe Category:Command Reference für sämtliche Befehle (und Category:UnfinishedDocu/de für vorhandene Übersetzungen).

Siehe WikiSeiten, um zu lernen, wie die Wiki-Seiten bearbeitet werden und FreeCAD Unterstützen, um andere Wege zu entdecken, wie du einen Beitrag leisten kannst.

Assembly StarreVerbindungErstellen

Menüeintrag
Assembly → Starre Verbindung erstellen
Arbeitsbereich
Assembly
Standardtastenkürzel
F
Eingeführt in Version
1.0
Siehe auch
Keiner

Beschreibung

Das Werkzeug Assembly StarreVerbindungErstellen erstellt eine Verbindung zwischen zwei Bauteilen, die keine Verschiebung oder Drehung zulässt.

Anwendung

  1. Optionally select two geometric entities of two different parts. Other selections will be rejected.
  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 the pre-selected entities.
  5. Optionally change the joint type in the dropdown list:
    • Select Fixed.
      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.
      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 max value.
    • Select Cylindrical.
      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 a Length min value.
        • Optionally enter a Length max value.
        • Optionally enter an Angle min value.
        • Optionally enter an Angle max value.
    • Select Slider.
      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 a Length min value.
        • Optionally enter a Length max value.
    • Select Ball.
      1. If the selection list is empty: select two geometric entities.
    • Select Distance.
      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.
      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.
      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.
      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.
      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.

Hinweise

  • A fixed joint can be used as an actuator to control the motion of a kinematic simulation. Mouse wheel action in the Task panel 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.

Eigenschaften

Siehe auch: Eigenschafteneditor.

Ein Fixed-Objekt wird von einem App FeaturePython-Objekt abgeleitet und erbt alle seine Eigenschaften. Außerdem besitzt es die folgenden zusätzlichen Eigenschaften:

Daten

Joint

  • DatenActivated (Bool): This indicates if the joint is active.
  • DatenDistance (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).
  • DatenDistance2 (Float): This is the second distance of the joint. It is used only by the gear joint to store the second radius.
  • DatenJoint Type (Ennumeration): The type of the joint. (Fixed, Revolute, Cylindrical, Slider, Ball, Distance, RackPinion, Screw, Gears, Belt)
  • DatenOffset (Vector): This is the offset vector of the joint.
  • DatenRotation (Float): This is the rotation of the joint.

Joint Connector 1

  • DatenDetach1 (Bool): This prevents placement1 from recomputing, enabling custom positioning of the placement.
  • DatenElement1 (String): The selected element of the first object.
  • DatenObject1 (String): The first object of the joint.
  • DatenPart1 (Link): The first Part of the joint.
  • DatenPlacement1 (Placement): This is the local coordinate system within object1 that will be used for the joint.
  • DatenVertex1 (String): The selected Vertex of the first object.

Joint Connector 2

  • DatenDetach2 (Bool): This prevents placement2 from recomputing, enabling custom positioning of the placement.
  • DatenElement2 (String): The selected element of the second object.
  • DatenObject2 (String): The second object of the joint.
  • DatenPart2 (Link): The second Part of the joint.
  • DatenPlacement2 (Placement): This is the local coordinate system within object2 that will be used for the joint.
  • DatenVertex2 (String): The selected Vertex of the second object.

Limits

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