Public Member Functions | |
| def | joint () |
| def | pair_placement_in_first_link_context () |
| def | pair_placement_in_second_link_context () |
| def | wr1 (self) |
| def | wr2 (self) |
Public Member Functions inherited from automotive_design.item_defined_transformation | |
| def | description () |
| def | name () |
| def | transform_item_1 () |
| def | transform_item_2 () |
Public Attributes | |
| joint | |
Public Attributes inherited from automotive_design.item_defined_transformation | |
| description | |
| name | |
| transform_item_1 | |
| transform_item_2 | |
Detailed Description
Entity kinematic_pair definition. :param joint :type joint:kinematic_joint :param pair_placement_in_first_link_context :type pair_placement_in_first_link_context:rigid_placement :param pair_placement_in_second_link_context :type pair_placement_in_second_link_context:rigid_placement
Member Function Documentation
◆ joint()
| def automotive_design.kinematic_pair.joint | ( | ) |
References automotive_design.kinematic_pair._joint, and automotive_design.kinematic_pair.joint.
◆ pair_placement_in_first_link_context()
| def automotive_design.kinematic_pair.pair_placement_in_first_link_context | ( | ) |
References Gui::AutoSaver.self, Py::PythonExtension< T >.self(), Gui::Dialog::DownloadManager.self, Py::PythonExtensionBase.self(), App::TransactionFactory.self, and Py::PythonClass< T >.self().
Referenced by automotive_design.kinematic_pair.wr1().
◆ pair_placement_in_second_link_context()
| def automotive_design.kinematic_pair.pair_placement_in_second_link_context | ( | ) |
References Gui::AutoSaver.self, Py::PythonExtension< T >.self(), Gui::Dialog::DownloadManager.self, Py::PythonExtensionBase.self(), App::TransactionFactory.self, and Py::PythonClass< T >.self().
Referenced by automotive_design.kinematic_pair.wr2().
◆ wr1()
| def automotive_design.kinematic_pair.wr1 | ( | self | ) |
Reimplemented in automotive_design.homokinetic_pair, automotive_design.point_on_surface_pair, automotive_design.point_on_planar_curve_pair, automotive_design.planar_curve_pair, automotive_design.universal_pair, and automotive_design.surface_pair.
References automotive_design.coordinated_pair_link_representation(), automotive_design.kinematic_joint.first_link, automotive_design.kinematic_pair.joint, and automotive_design.kinematic_pair.pair_placement_in_first_link_context().
◆ wr2()
| def automotive_design.kinematic_pair.wr2 | ( | self | ) |
Reimplemented in automotive_design.planar_curve_pair, and automotive_design.surface_pair.
References automotive_design.coordinated_pair_link_representation(), automotive_design.kinematic_pair.joint, automotive_design.kinematic_pair.pair_placement_in_second_link_context(), and automotive_design.kinematic_joint.second_link.
Member Data Documentation
◆ joint
| automotive_design.kinematic_pair.joint |
The documentation for this class was generated from the following file:
- src/Mod/Import/App/automotive_design.py
Public Member Functions inherited from
1.8.17