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.
|
Menu location |
---|
Assembly → Create a Fixed Joint |
Workbenches |
Assembly |
Default shortcut |
F |
Introduced in version |
1.0 |
See also |
None |
The Assembly CreateJointFixed tool creates a joint locking two assembly parts together, preventing any movement or rotation.
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:
Joint
Bool
): This indicates if the joint is active.Float
): This stores the Distance of the Distance joint. It is also used by the RackPinion and Screw joints to store the Pitch radius, and by the Gear, and Belt joints to store Radius1.Float
): This is the second distance of the joint. It is used only by the Gear and Belt joints to store Radius2.Ennumeration
): The type of the joint. (Fixed
, Revolute
, Cylindrical
, Slider
, Ball
, Distance
, Parallel
, Perpendicular
, Angle
, RackPinion
, Screw
, Gears
, Belt
)Removed properties (v.1.0.0-RC-38728) These were the properties that could be used to animate:
Vector
): This is the offset vector of the joint.Float
): This is the rotation of the joint.Joint Connector 1
Bool
): This prevents placement1 from recomputing, enabling custom positioning of the placement.Placement
): This is the attachment offset of the first connector of the joint. (added with v.1.0.0-RC-38728)Placement
): This is the local coordinate system within reference1's object that will be used for the joint.XlinkSubHidden
): The first reference of the joint.Removed properties:
String
): The selected element of the first object.String
): The first object of the joint.Link
): The first Part of the joint.String
): The selected Vertex of the first object.Joint Connector 2
Bool
): This prevents placement2 from recomputing, enabling custom positioning of the placement.Placement
): This is the attachment offset of the second connector of the joint. (added with v.1.0.0-RC-38728)Placement
): This is the local coordinate system within reference2's object that will be used for the joint.XlinkSubHidden
): The second reference of the joint.Removed properties:
String
): The selected element of the second object.String
): The second object of the joint.Link
): The second Part of the joint.String
): The selected Vertex of the second object.Limits
Float
): This is the maximum limit for the angle between both coordinate systems (between their X axes).Float
): This is the minimum limit for the angle between both coordinate systems (between their X axes).Bool
): Enable the maximum angle limit of the joint.Bool
): Enable the minimum angle limit of the joint.Bool
): Enable the maximum length limit of the joint.Bool
): Enable the minimum length limit of the joint.Float
): This is the maximum limit for the distance between both coordinate systems (along their Z axis).Float
): This is the minimum limit for the distance between both coordinate systems (along their Z axis).Removed property:
Bool
): Is this joint using limits?